Skip to content

Commit 6ff192a

Browse files
committed
chore: add outcome-comment.yml thin caller
1 parent 584fd84 commit 6ff192a

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: "Outcome Comment"
2+
3+
on:
4+
pull_request:
5+
branches: [main]
6+
types: [closed]
7+
8+
jobs:
9+
outcome:
10+
if: github.event.pull_request.merged == true
11+
uses: eqdmc/.github/.github/workflows/outcome-comment.yml@main
12+
secrets: inherit

0 commit comments

Comments
 (0)