diff --git a/.github/workflows/triage.yml b/.github/workflows/triage.yml new file mode 100644 index 0000000..fb30f60 --- /dev/null +++ b/.github/workflows/triage.yml @@ -0,0 +1,12 @@ +name: Triage PR + +on: + pull_request: + types: [opened, edited, synchronize] + +jobs: + triage: + uses: TicketsBot-cloud/template/.github/workflows/auto-label.yaml@main + permissions: + contents: read + pull-requests: write