We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c7dab5 commit 67bf728Copy full SHA for 67bf728
2 files changed
.github/workflows/async-auto-label.yml
@@ -0,0 +1,17 @@
1
+---
2
+name: Apply requested async label
3
+
4
+'on':
5
+ issue_comment:
6
+ types:
7
+ - created
8
+ - edited
9
10
+permissions: {}
11
12
+jobs:
13
+ apply_async_labels:
14
+ name: Apply requested async label
15
+ uses: alisw/ali-bot/.github/workflows/async-auto-label.yml@master
16
+ permissions:
17
+ pull-requests: write # to update labels
.github/workflows/async-list-label.yml
@@ -0,0 +1,19 @@
+name: Collect and print async labels
+ pull_request:
+ - opened
+ - reopened
+ branches:
+ - dev
+ list_async_labels:
+ name: Collect and print async labels
+ uses: alisw/ali-bot/.github/workflows/async-list-label.yml@master
18
19
0 commit comments