-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
auto-approve-and-enable-auto-merge.yml: add label version-upgrade
- Loading branch information
1 parent
4a5233d
commit 7beb3d2
Showing
1 changed file
with
6 additions
and
6 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 |
---|---|---|
|
@@ -5,22 +5,22 @@ on: | |
types: [review_requested] | ||
branches: | ||
- '*-next' | ||
|
||
jobs: | ||
jobs: | ||
auto-approve-and-merge: | ||
runs-on: ubuntu-latest | ||
name: auto approve and enable auto-merge | ||
name: auto approve and enable auto-merge | ||
steps: | ||
- name: Sleep for 5 min (give PR time to create labels) | ||
run: sleep 5m | ||
shell: bash | ||
|
||
- name: check label after delay | ||
uses: docker://agilepathway/pull-request-label-checker:latest | ||
with: | ||
any_of: auto-backport | ||
any_of: auto-integrate,version-upgrade | ||
repo_token: ${{ secrets.BOT2_CREDENTIAL }} | ||
|
||
- name: Auto approve | ||
uses: juliangruber/[email protected] | ||
with: | ||
|