Skip to content

Commit 424e54b

Browse files
chore(deps): update peter-evans/slash-command-dispatch action to v3.0.2 (#9)
[![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 [https://github.com/peter-evans/slash-command-dispatch/pull/152](https://togithub.com/peter-evans/slash-command-dispatch/pull/152) - fixing link to `Get a pull request` by [@&#8203;Borda](https://togithub.com/Borda) in [https://github.com/peter-evans/slash-command-dispatch/pull/270](https://togithub.com/peter-evans/slash-command-dispatch/pull/270) - Update getting-started.md due to changes in Github UI by [@&#8203;martin-displayr](https://togithub.com/martin-displayr) in [https://github.com/peter-evans/slash-command-dispatch/pull/289](https://togithub.com/peter-evans/slash-command-dispatch/pull/289) - \[Security] Fix GraphQL query to get a collaborator's permission by [@&#8203;0xn3va](https://togithub.com/0xn3va) in [https://github.com/peter-evans/slash-command-dispatch/pull/301](https://togithub.com/peter-evans/slash-command-dispatch/pull/301) - 129 dependency updates by [@&#8203;dependabot](https://togithub.com/dependabot) #### New Contributors - [@&#8203;Borda](https://togithub.com/Borda) made their first contribution in [https://github.com/peter-evans/slash-command-dispatch/pull/270](https://togithub.com/peter-evans/slash-command-dispatch/pull/270) - [@&#8203;martin-displayr](https://togithub.com/martin-displayr) made their first contribution in [https://github.com/peter-evans/slash-command-dispatch/pull/289](https://togithub.com/peter-evans/slash-command-dispatch/pull/289) - [@&#8203;0xn3va](https://togithub.com/0xn3va) made their first contribution in [https://github.com/peter-evans/slash-command-dispatch/pull/301](https://togithub.com/peter-evans/slash-command-dispatch/pull/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/.github). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy44Ny4yIiwidXBkYXRlZEluVmVyIjoiMzcuODcuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent aeac5a0 commit 424e54b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/slash-ops-comment-dispatch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Slash Command Dispatch
15-
uses: peter-evans/slash-command-dispatch@a28ee6cd74d5200f99e247ebc7b365c03ae0ef3c # v3.0.1
15+
uses: peter-evans/slash-command-dispatch@f996d7b7aae9059759ac55e978cff76d91853301 # v3.0.2
1616
with:
1717
token: ${{ secrets.GITHUB_TOKEN }}
1818
issue-type: pull-request

0 commit comments

Comments
 (0)