-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Benedikt Volkel
committed
Feb 23, 2024
1 parent
c399748
commit 6d7d72a
Showing
2 changed files
with
38 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
name: Apply requested async label | ||
|
||
'on': | ||
pull_request: | ||
types: | ||
- opened | ||
- reopened | ||
branches: | ||
- master | ||
|
||
permissions: {} | ||
|
||
jobs: | ||
clean: | ||
name: Apply requested async label | ||
uses: alisw/ali-bot/.github/workflows/async-auto-label.yml@master | ||
permissions: | ||
pull-requests: write # to update labels |
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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
name: Collect and print async labels | ||
|
||
'on': | ||
pull_request: | ||
types: | ||
- opened | ||
- reopened | ||
branches: | ||
- master | ||
|
||
permissions: {} | ||
|
||
jobs: | ||
clean: | ||
name: Collect and print async labels | ||
uses: alisw/ali-bot/.github/workflows/async-list-label.yml@master | ||
permissions: | ||
pull-requests: write # to update labels |