Skip to content

Commit

Permalink
Add asyn-label workflows for PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
Benedikt Volkel committed Feb 23, 2024
1 parent c399748 commit 6d7d72a
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/async-auto-label.yml
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
19 changes: 19 additions & 0 deletions .github/workflows/async-list-label.yml
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

0 comments on commit 6d7d72a

Please sign in to comment.