Skip to content

Add PR triage workflow #1

Add PR triage workflow

Add PR triage workflow #1

Workflow file for this run

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