Skip to content

Commit

Permalink
PR Label
Browse files Browse the repository at this point in the history
Signed-off-by: Ry Jones <ry@linux.com>
  • Loading branch information
ryjones committed Apr 25, 2024
1 parent 7649acb commit 71ace98
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
meeting-minutes:
- changed-files:
- any-glob-to-any-file:
- meeting-minutes/**/*

quarterly-report:
- changed-files:
- any-glob-to-any-file:
- project-reports/**/*
15 changes: 15 additions & 0 deletions .github/workflows/pr-labeler.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: "Pull Request Labeler"
on:
- pull_request_target

jobs:
triage:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"


0 comments on commit 71ace98

Please sign in to comment.