Skip to content

Commit

Permalink
chore: auto label new issues with triage (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
caseyw authored Apr 15, 2024
1 parent 5fd140d commit 46e0e0b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/auto-label-issues.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: Label Workflow

on:
issues:
types:
- opened
- reopened

jobs:
call-label-workflow:
uses: liatrio/poc-label-issue-workflow/.github/workflows/[email protected]
with:
labels: triage
issue_number: ${{ github.event.issue.number }}
repo: ${{ github.repository }}
secrets:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 46e0e0b

Please sign in to comment.