Skip to content

Commit 30c41e1

Browse files
chloe41427[bot]marc0der
authored andcommitted
Add triage-on-pr-completion workflow stub
1 parent 832108c commit 30c41e1

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Triage on Fork PR Completion
2+
3+
on:
4+
workflow_run:
5+
workflows: ["CI"]
6+
types: [completed]
7+
8+
jobs:
9+
triage:
10+
uses: sdkman/.github/.github/workflows/reusable-triage-fork-pr.yml@main
11+
secrets: inherit

0 commit comments

Comments
 (0)