-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gh workflows auto-backport, backport-based-on-label
Remove backport-based-on-label. Make auto-backport to use backport-based-on-label multi commit mechanism.
- Loading branch information
1 parent
168af3a
commit cb070a5
Showing
3 changed files
with
21 additions
and
54 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-integrate,version-upgrade | ||
any_of: auto-backport | ||
repo_token: ${{ secrets.BOT2_CREDENTIAL }} | ||
|
||
- name: Auto approve | ||
uses: juliangruber/[email protected] | ||
with: | ||
|
@@ -33,5 +33,3 @@ jobs: | |
token: ${{ secrets.BOT2_CREDENTIAL }} | ||
pull-request-number: ${{ github.event.pull_request.number }} | ||
merge-method: rebase | ||
|
||
|
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
This file was deleted.
Oops, something went wrong.