Skip to content

Commit 6300d9e

Browse files
authored
Add PR triage workflow (#192)
1 parent 78b74c6 commit 6300d9e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/pr-triage.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: PR Triage
2+
3+
on:
4+
pull_request:
5+
types: [opened]
6+
7+
permissions:
8+
contents: read
9+
pull-requests: write
10+
11+
jobs:
12+
triage-pr:
13+
uses: OpenSwiftUIProject/github-workflows/.github/workflows/pr-triage.yml@main
14+
secrets: inherit

0 commit comments

Comments
 (0)