[READ-ONLY] Mirror of https://github.com/bombshell-dev/clack. Effortlessly build beautiful command-line apps bomb.sh/docs/clack/basics/getting-started/
cli command-line command-line-app node prompt prompts
5

Configure Feed

Select the types of activity you want to include in your feed.

chore(ci): new issue edited action

Nate Moore (Dec 29, 2024, 1:34 AM -0600) ab344aed 8784e1b4

+14
+14
.github/workflows/issue-edited.yml
··· 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 }}