Skip to content

Commit

Permalink
chore: automerge by branch
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed Apr 4, 2024
1 parent 0994f0a commit 00b27ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/notify-bzlmod-archive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
body: ''
branch: 'add-${{ github.event.client_payload.repo }}-${{ github.event.client_payload.tag_name }}'
- name: enable automerge
run: gh pr merge --auto
run: gh pr merge add-${{ github.event.client_payload.repo }}-${{ github.event.client_payload.tag_name }} --auto
env:
GH_TOKEN: ${{ github.token }}

0 comments on commit 00b27ca

Please sign in to comment.