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

add require allow edits

Nate Moore (Feb 17, 2023, 5:06 AM -0600) 31d0223d 7de3ece9

+18
+18
.github/workflows/require-allow-edits.yml
··· 1 + name: Require “Allow Edits” 2 + 3 + on: [pull_request_target] 4 + 5 + permissions: 6 + contents: read 7 + 8 + jobs: 9 + _: 10 + permissions: 11 + pull-requests: read # for ljharb/require-allow-edits to check 'allow edits' on PR 12 + 13 + name: "Require “Allow Edits”" 14 + 15 + runs-on: ubuntu-latest 16 + 17 + steps: 18 + - uses: ljharb/require-allow-edits@main