Skip to content

Commit

Permalink
Add isue triage github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanduplessis committed Dec 5, 2022
1 parent 26d5517 commit b97a56e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/issue_triage.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Issue Triage

on:
issues:
types:
- opened
- unlabeled

jobs:
community-issue-triage:
uses: upbound/uptest/.github/workflows/issue_triage.yml@main
secrets:
UPBOUND_BOT_GITHUB_TOKEN: ${{ secrets.UPBOUND_BOT_GITHUB_TOKEN }}

0 comments on commit b97a56e

Please sign in to comment.