malnati/Check Branch Permissions
Collect branch protection and merge settings and post a Markdown checklist on the Pull Request.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Dec 2, 2025
- License
- MIT
Pinned Snippet
uses: malnati/check-permissions@8be6873dbbf4a5c108bee1f52fd928ed1081cd03 # v2.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub token (ex.: secrets.GITHUB_TOKEN) | yes | — |
| base_branch | Nome do branch base a ser verificado (ex.: main, staging) | yes | — |
| pr_number | Número da Pull Request a ser comentada | yes | — |
Outputs
| name | description |
|---|---|
| message_checklist | Checklist em Markdown com configurações de merge e proteção do branch base. |