diff --git a/.github/workflows/pr-triage.yml b/.github/workflows/pr-triage.yml new file mode 100644 index 0000000..9036e49 --- /dev/null +++ b/.github/workflows/pr-triage.yml @@ -0,0 +1,14 @@ +name: PR Triage + +on: + pull_request: + types: [opened] + +permissions: + contents: read + pull-requests: write + +jobs: + triage-pr: + uses: OpenSwiftUIProject/github-workflows/.github/workflows/pr-triage.yml@main + secrets: inherit