We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1b572d7 + 00427ef commit b717449Copy full SHA for b717449
1 file changed
.github/workflows/update-browserslist-db.yml
@@ -41,6 +41,7 @@ jobs:
41
GH_TOKEN: ${{ secrets.requirements_bot_github_token }}
42
43
- name: Enable Pull Request Automerge
44
+ if: steps.cpr.outputs.pull-request-operation == 'created'
45
run: gh pr merge --squash --auto "${{ steps.cpr.outputs.pull-request-number }}"
46
env:
47
0 commit comments