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

Configure Feed

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

Add permissions for issues and pull requests (#494)

author
Nate Moore
committer
GitHub
date (Mar 17, 2026, 11:27 PM -0400) commit 8a96e2dc parent ffbdcb0c
+4
+4
.github/workflows/detect-agent.yml
··· 5 5 types: [opened] 6 6 workflow_dispatch: {} 7 7 8 + permissions: 9 + issues: write 10 + pull-requests: write 11 + 8 12 jobs: 9 13 detect: 10 14 if: github.event_name != 'workflow_dispatch'