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.
2 parents ca8f5d9 + 678a119 commit f9ce3c5Copy full SHA for f9ce3c5
1 file changed
.github/workflows/dependabot-approve-merge.yml
@@ -59,7 +59,7 @@ jobs:
59
60
# Enable GitHub auto merge
61
- name: Auto merge
62
- uses: alexwilson/enable-github-automerge-action@56e3117d1ae1540309dc8f7a9f2825bc3c5f06ff # 2.0.0
+ uses: alexwilson/enable-github-automerge-action@2c32e18a76e0726ffe7a573bfff2d42a20885126 # 3.0.0
63
if: startsWith(steps.branchname.outputs.branch, 'dependabot/') && (github.event.action == 'opened' || github.event.action == 'reopened') && (steps.metadata.outputs.update-type == 'version-update:semver-patch' || steps.metadata.outputs.update-type == 'version-update:semver-minor')
64
with:
65
github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments