Skip to content

Commit

Permalink
Merge pull request #161 from adamstankiewicz/ags/browserslist-db-auto…
Browse files Browse the repository at this point in the history
…mation

fix: only enable automerge when PR is created in `update-browserslist-db`
  • Loading branch information
feanil authored Jan 6, 2025
2 parents 1b572d7 + 00427ef commit b717449
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-browserslist-db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
GH_TOKEN: ${{ secrets.requirements_bot_github_token }}

- name: Enable Pull Request Automerge
if: steps.cpr.outputs.pull-request-operation == 'created'
run: gh pr merge --squash --auto "${{ steps.cpr.outputs.pull-request-number }}"
env:
GH_TOKEN: ${{ secrets.requirements_bot_github_token }}

0 comments on commit b717449

Please sign in to comment.