Skip to content

Commit d655d86

Browse files
authored
Add triage workflow for pull requests (#136)
1 parent bee5834 commit d655d86

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)