Skip to content

Commit 4a618da

Browse files
chore: auto approve 23 -> next sync PRs
1 parent 265240c commit 4a618da

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/sync-23-next.yml

+5
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ jobs:
2323
GITHUB_TOKEN: ${{ secrets.requirements_bot_github_token }}
2424
FROM_BRANCH: release-23.x
2525
TO_BRANCH: next
26+
- name: Auto-approve pull request for sync
27+
uses: hmarr/auto-approve-action@v2
28+
with:
29+
pull-request-number: ${{ steps.cpr.outputs.PULL_REQUEST_NUMBER }}
30+
github-token: ${{ secrets.requirements_bot_github_token }}
2631
- name: Enable Pull Request Automerge
2732
uses: peter-evans/enable-pull-request-automerge@v2
2833
with:

0 commit comments

Comments
 (0)