Skip to content

Commit 045895f

Browse files
benedikt-voelkelBenedikt Volkel
andauthored
Add asyn-label workflows for PRs (#1489)
* Add asyn-label workflows for PRs --------- Co-authored-by: Benedikt Volkel <benedikt.volkel@cern.ch>
1 parent c399748 commit 045895f

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: Apply requested async label
3+
4+
'on':
5+
issue_comment:
6+
types:
7+
- created
8+
- edited
9+
10+
permissions:
11+
pull-requests: write # to update labels
12+
13+
jobs:
14+
apply_async_labels:
15+
name: Apply requested async label
16+
uses: alisw/ali-bot/.github/workflows/async-auto-label.yml@master
17+
permissions:
18+
pull-requests: write # to update labels
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Collect and print async labels
3+
4+
'on':
5+
pull_request:
6+
types:
7+
- opened
8+
- reopened
9+
branches:
10+
- master
11+
12+
permissions:
13+
pull-requests: write # to update labels
14+
15+
jobs:
16+
list_async_labels:
17+
name: Collect and print async labels
18+
uses: alisw/ali-bot/.github/workflows/async-list-label.yml@master
19+
permissions:
20+
pull-requests: write # to update labels

0 commit comments

Comments
 (0)