We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca9d629 commit 9933a4bCopy full SHA for 9933a4b
.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@1.0.0
+ uses: alexwilson/enable-github-automerge-action@1.1.0
44
continue-on-error: true
45
with:
46
github-token: '${{ secrets.OMNISHARP_BOT_TOKEN }}'
0 commit comments