Skip to content

Commit

Permalink
Automatically label new issues as available
Browse files Browse the repository at this point in the history
  • Loading branch information
ralight committed Nov 2, 2024
1 parent fb9b115 commit 849e0f5
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
'Status: Available':
- '/.*/'
19 changes: 19 additions & 0 deletions .github/workflows/issue-labler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: "Issue Labeler"
on:
issues:
types: [opened]

permissions:
issues: write
contents: read

jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: github/issue-labeler@v3.4
with:
configuration-path: .github/labeler.yml
not-before: 2024-11-03T00:00:00Z
enable-versioned-regex: 0
repo-token: ${{ github.token }}

0 comments on commit 849e0f5

Please sign in to comment.