Skip to content

Commit 200936c

Browse files
authored
Create notify-issue.yml
1 parent e8a5c17 commit 200936c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/notify-issue.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: notify-issue
2+
3+
on:
4+
issues:
5+
types: [opened]
6+
7+
jobs:
8+
pr:
9+
uses: vultr/shared-actions/.github/workflows/notify-issue.yml@main
10+
secrets: inherit
11+
with:
12+
repository: ${{ github.repository }}
13+
issue_number: ${{ github.event.issue.number }}

0 commit comments

Comments
 (0)