We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 265240c commit 4a618daCopy full SHA for 4a618da
.github/workflows/sync-23-next.yml
@@ -23,6 +23,11 @@ jobs:
23
GITHUB_TOKEN: ${{ secrets.requirements_bot_github_token }}
24
FROM_BRANCH: release-23.x
25
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 }}
31
- name: Enable Pull Request Automerge
32
uses: peter-evans/enable-pull-request-automerge@v2
33
with:
0 commit comments