We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec8d50b commit 82938f8Copy full SHA for 82938f8
1 file changed
.github/workflows/dependabot-merge.yml
@@ -40,7 +40,7 @@ jobs:
40
contains(github.event.pull_request.labels.*.name, ':shipit: merge')
41
|| contains(github.event.pull_request.labels.*.name, 'javascript')
42
|| contains(github.event.pull_request.labels.*.name, 'github-actions')
43
- uses: alexwilson/enable-github-automerge-action@2.0.0
+ uses: alexwilson/enable-github-automerge-action@3.0.0
44
continue-on-error: true
45
with:
46
github-token: '${{ secrets.OMNISHARP_BOT_TOKEN }}'
0 commit comments