Skip to content

Commit

Permalink
build: auto-approve alpha master sync PR (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamstankiewicz authored Apr 13, 2023
1 parent c7ca40c commit 99a2acc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/sync-master-alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ jobs:
GITHUB_TOKEN: ${{ secrets.requirements_bot_github_token }}
FROM_BRANCH: master
TO_BRANCH: alpha
- name: Auto-approve pull request for dependent project usages
uses: hmarr/auto-approve-action@v2
with:
pull-request-number: ${{ steps.cpr.outputs.PULL_REQUEST_NUMBER }}
github-token: ${{ secrets.requirements_bot_github_token }}
- name: Enable Pull Request Automerge
uses: peter-evans/enable-pull-request-automerge@v2
with:
Expand Down

0 comments on commit 99a2acc

Please sign in to comment.