Skip to content

Commit

Permalink
chore(gh): add issue labels (#551)
Browse files Browse the repository at this point in the history
Add issue labels.

Signed-off-by: Ryan Johnson <ryan.johnson@broadcom.com>
  • Loading branch information
tenthirtyam authored Dec 2, 2024
1 parent 8da3652 commit 9895e64
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/labeler-issues.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
pending-review:
- '.*'
19 changes: 19 additions & 0 deletions .github/workflows/issues.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: Issue Triage

on:
issues:
types:
- opened

jobs:
label-issues:
runs-on: ubuntu-latest
steps:
- name: Apply Issue Triage Labels
uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
configuration-path: .github/labeler-issues.yml
enable-versioned-regex: 0
include-title: 1

0 comments on commit 9895e64

Please sign in to comment.