Skip to content

Commit a562cfb

Browse files
authored
chore: add full sha referenece to auto-merge action so that it will run (#204)
1 parent 5a2cdfb commit a562cfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-auto-merge-dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
# Specifically check that dependabot (or another trusted party) created this pull-request, and that it has been labelled correctly.
1111
if: github.event.pull_request.user.login == 'dependabot[bot]' && contains(github.event.pull_request.labels.*.name, 'dependencies')
1212
steps:
13-
- uses: alexwilson/enable-github-automerge-action@f4f9509
13+
- uses: alexwilson/enable-github-automerge-action@f4f9509cc5024102ac8d52d1c1d2d8e194afbbb3
1414
with:
1515
github-token: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)