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 d4d54e5
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/async-auto-label.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Apply requested async label

'on':
pull_request:
types:
- opened
- reopened
branches:
- master

permissions:
pull-requests: write # to update labels

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
20 changes: 20 additions & 0 deletions .github/workflows/async-list-label.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Collect and print async labels

'on':
pull_request:
types:
- opened
- reopened
branches:
- master

permissions:
pull-requests: write # to update labels

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 d4d54e5

Please sign in to comment.