Skip to content

Commit

Permalink
chore(ci): new issue edited action
Browse files Browse the repository at this point in the history
  • Loading branch information
natemoo-re committed Dec 29, 2024
1 parent 8784e1b commit ab344ae
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/issue-edited.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: issue edited

on:
issues:
types:
- edited

jobs:
move-issue-to-backlog:
name: move issue to backlog
uses: bombshell-dev/automation/.github/workflows/move-issue-to-backlog.yml@main
secrets:
BOT_APP_ID: ${{ secrets.BOT_APP_ID }}
BOT_PRIVATE_KEY: ${{ secrets.BOT_PRIVATE_KEY }}

0 comments on commit ab344ae

Please sign in to comment.