[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.

Update format.yml to include permissions (#493)

authored by

Nate Moore and committed by
GitHub
(Mar 17, 2026, 11:10 PM EDT) 28ecc2ae 6ea22b81

+3
+3
.github/workflows/format.yml
··· 10 10 format: 11 11 if: github.repository_owner == 'bombshell-dev' 12 12 uses: bombshell-dev/automation/.github/workflows/format.yml@main 13 + permissions: 14 + contents: write 15 + pull-requests: write 13 16 secrets: inherit