Skip to content

Commit 32cbfae

Browse files
authored
Add automated PR triage workflow (#9)
1 parent 4efab9e commit 32cbfae

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/triage.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Triage PR
2+
3+
on:
4+
pull_request:
5+
types: [opened, edited, synchronize]
6+
7+
jobs:
8+
triage:
9+
uses: TicketsBot-cloud/template/.github/workflows/auto-label.yaml@main
10+
permissions:
11+
contents: read
12+
pull-requests: write

0 commit comments

Comments
 (0)