swarm-io/Branch Protection Bot
An action to modify branch protection settings
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Github token to use | yes | — |
| set-include-admins | Boolean, if true the action will set `include admins` on the branch protection rule | no | true |
| include-admins | Boolean, if true the action will set `include admins` to true on the branch protection rule, else it will set `include admins` to false | no | false |
| owner | Repo owner | no | ${{ github.repository_owner }} |
| repo | Github repo name | no | ${{ github.event.repository.name }} |
| branch | Branch change branch protection rules for | no | ${{ github.ref }} |
Outputs
no outputs