We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1a4e0e commit 9a5c68dCopy full SHA for 9a5c68d
.github/workflows/dependabot-merge.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Dependabot Commenter
32
if: |
33
(github.event.label.name == 'merge') && (github.event.pull_request.user.login == 'dependabot[bot]' || github.event.pull_request.user.login == 'dependabot-preview[bot]')
34
- uses: peaceiris/[email protected].1
+ uses: peaceiris/[email protected].2
35
with:
36
github_token: ${{ secrets.OMNISHARP_BOT_TOKEN }}
37
config_file: .github/label-commenter-dependabot.yml
0 commit comments