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 5a2cdfb commit a562cfbCopy full SHA for a562cfb
.github/workflows/pr-auto-merge-dependabot.yml
@@ -10,6 +10,6 @@ jobs:
10
# Specifically check that dependabot (or another trusted party) created this pull-request, and that it has been labelled correctly.
11
if: github.event.pull_request.user.login == 'dependabot[bot]' && contains(github.event.pull_request.labels.*.name, 'dependencies')
12
steps:
13
- - uses: alexwilson/enable-github-automerge-action@f4f9509
+ - uses: alexwilson/enable-github-automerge-action@f4f9509cc5024102ac8d52d1c1d2d8e194afbbb3
14
with:
15
github-token: "${{ secrets.GITHUB_TOKEN }}"
0 commit comments