We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 809f85e commit e0c9fc6Copy full SHA for e0c9fc6
.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].0
+ uses: peaceiris/[email protected].1
35
with:
36
github_token: ${{ secrets.OMNISHARP_BOT_TOKEN }}
37
config_file: .github/label-commenter-dependabot.yml
0 commit comments