Skip to content

Commit ab344ae

Browse files
committed
chore(ci): new issue edited action
1 parent 8784e1b commit ab344ae

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/issue-edited.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: issue edited
2+
3+
on:
4+
issues:
5+
types:
6+
- edited
7+
8+
jobs:
9+
move-issue-to-backlog:
10+
name: move issue to backlog
11+
uses: bombshell-dev/automation/.github/workflows/move-issue-to-backlog.yml@main
12+
secrets:
13+
BOT_APP_ID: ${{ secrets.BOT_APP_ID }}
14+
BOT_PRIVATE_KEY: ${{ secrets.BOT_PRIVATE_KEY }}

0 commit comments

Comments
 (0)