-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: sync branches with github-actions[bot] and approve PR with edx…
…-requirements-bot (#333)
- Loading branch information
1 parent
99a2acc
commit 97bf27f
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ jobs: | |
id: cpr | ||
uses: tretuna/[email protected] | ||
with: | ||
GITHUB_TOKEN: ${{ secrets.requirements_bot_github_token }} | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
FROM_BRANCH: master | ||
TO_BRANCH: alpha | ||
- name: Auto-approve pull request for dependent project usages | ||
|
@@ -31,5 +31,5 @@ jobs: | |
- name: Enable Pull Request Automerge | ||
uses: peter-evans/enable-pull-request-automerge@v2 | ||
with: | ||
token: ${{ secrets.requirements_bot_github_token }} | ||
pull-request-number: ${{ steps.cpr.outputs.PULL_REQUEST_NUMBER }} | ||
token: ${{ secrets.requirements_bot_github_token }} |