Skip to content

Commit

Permalink
chore: pull request labeller (#234)
Browse files Browse the repository at this point in the history
# Pull Request

## Description

Add the needs triage label to new pull requests

## License

By submitting this pull request, I confirm that my contribution is made
under the terms of the projects associated license.
  • Loading branch information
jaredfholgate authored Oct 23, 2024
1 parent de3fab1 commit 1ab3da1
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
"Needs: Triage :mag:":
- changed-files:
- any-glob-to-any-file: '**'
16 changes: 16 additions & 0 deletions .github/workflows/pr-labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: "Pull Request Labeler"
on:
pull_request:
types:
- opened
- reopened

jobs:
labeler:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5

0 comments on commit 1ab3da1

Please sign in to comment.