Skip to content

Commit

Permalink
Issue labeler ported from app-lib-dotnet (#2162)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielskovli authored Jun 17, 2024
1 parent bfb49e9 commit 6d5d91a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Add 'triage' label to all new issues
'status/triage':
- '/.*/'
18 changes: 18 additions & 0 deletions .github/workflows/issue-labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: "Issue Labeler"
on:
issues:
types: [opened]

permissions:
issues: write
contents: read

jobs:
apply-labels:
runs-on: ubuntu-latest
steps:
- uses: github/[email protected]
with:
configuration-path: .github/labeler.yml
enable-versioned-regex: 0
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 6d5d91a

Please sign in to comment.