Skip to content

Commit

Permalink
add action to call shared-config triage workflow for new issues
Browse files Browse the repository at this point in the history
  • Loading branch information
schoblaska committed May 10, 2024
1 parent a6b71c0 commit 65f78d8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/triage.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: Label issues as "triage"

on:
issues:
types:
- opened
jobs:
call-workflow-from-shared-config:
uses: rubyatscale/shared-config/.github/workflows/triage.yml@main

0 comments on commit 65f78d8

Please sign in to comment.