Skip to content

Commit

Permalink
Merge pull request #73 from jeanduplessis/gh_workflow_issue_triage
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanduplessis authored Dec 5, 2022
2 parents 26d5517 + b97a56e commit dbd6c74
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 dbd6c74

Please sign in to comment.