Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Commit

Permalink
chore(deps): update peter-evans/slash-command-dispatch action to v3.0…
Browse files Browse the repository at this point in the history
….2 (#164)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[peter-evans/slash-command-dispatch](https://togithub.com/peter-evans/slash-command-dispatch)
| action | patch | `v3.0.1` -> `v3.0.2` |

---

### Release Notes

<details>
<summary>peter-evans/slash-command-dispatch
(peter-evans/slash-command-dispatch)</summary>

###
[`v3.0.2`](https://togithub.com/peter-evans/slash-command-dispatch/releases/tag/v3.0.2):
Slash Command Dispatch v3.0.2

[Compare
Source](https://togithub.com/peter-evans/slash-command-dispatch/compare/v3.0.1...v3.0.2)

#### What's Changed

- fix: replace use of any type by
[@&#8203;peter-evans](https://togithub.com/peter-evans) in
[peter-evans/slash-command-dispatch#152
- fixing link to `Get a pull request` by
[@&#8203;Borda](https://togithub.com/Borda) in
[peter-evans/slash-command-dispatch#270
- Update getting-started.md due to changes in Github UI by
[@&#8203;martin-displayr](https://togithub.com/martin-displayr) in
[peter-evans/slash-command-dispatch#289
- \[Security] Fix GraphQL query to get a collaborator's permission by
[@&#8203;0xn3va](https://togithub.com/0xn3va) in
[peter-evans/slash-command-dispatch#301
- 129 dependency updates by
[@&#8203;dependabot](https://togithub.com/dependabot)

#### New Contributors

- [@&#8203;Borda](https://togithub.com/Borda) made their first
contribution in
[peter-evans/slash-command-dispatch#270
- [@&#8203;martin-displayr](https://togithub.com/martin-displayr) made
their first contribution in
[peter-evans/slash-command-dispatch#289
- [@&#8203;0xn3va](https://togithub.com/0xn3va) made their first
contribution in
[peter-evans/slash-command-dispatch#301

**Full Changelog**:
peter-evans/slash-command-dispatch@v3.0.1...v3.0.2

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/Hapag-Lloyd/dist-comm-vis).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy44Ny4yIiwidXBkYXRlZEluVmVyIjoiMzcuODcuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Dec 10, 2023
1 parent afac043 commit 2c8d539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/slash-ops-comment-dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- name: Slash Command Dispatch
# yamllint disable-line rule:comments
uses: peter-evans/slash-command-dispatch@a28ee6cd74d5200f99e247ebc7b365c03ae0ef3c # v3.0.1
uses: peter-evans/slash-command-dispatch@f996d7b7aae9059759ac55e978cff76d91853301 # v3.0.2
with:
token: ${{ secrets.GITHUB_TOKEN }}
issue-type: pull-request
Expand Down

0 comments on commit 2c8d539

Please sign in to comment.