Skip to content

Commit db1615e

Browse files
committed
chore(ci): add issue opened action
1 parent e5ba09a commit db1615e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/issue-opened.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Issue opened
2+
3+
on:
4+
issues:
5+
types:
6+
- reopened
7+
- opened
8+
9+
jobs:
10+
issue_opened:
11+
name: congratsbot
12+
uses: bombshell-dev/automation/.github/workflows/add-issue-to-project.yml@main

0 commit comments

Comments
 (0)