We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 335c4df commit a5a75c5Copy full SHA for a5a75c5
1 file changed
.github/workflows/auto-merge-dependabot.yml
@@ -24,3 +24,9 @@ jobs:
24
run: gh pr merge --auto --squash "${{ github.event.pull_request.html_url }}"
25
env:
26
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27
+
28
+ - name: Enable auto-merge for major github-actions updates
29
+ if: steps.metadata.outputs.update-type == 'version-update:semver-major' && steps.metadata.outputs.package-ecosystem == 'github-actions'
30
+ run: gh pr merge --auto --squash "${{ github.event.pull_request.html_url }}"
31
+ env:
32
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments