Skip to content

Commit

Permalink
feat: create triage-ci.yaml (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
bschaatsbergen committed Dec 5, 2023
1 parent e0f0255 commit 0373c4a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/triage-ci.yaml
@@ -0,0 +1,14 @@
name: "Triage PRs"
on:
- pull_request_target

jobs:
triage:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
with:
configuration-path: .github/labeler.yaml

0 comments on commit 0373c4a

Please sign in to comment.