js-egton/Themis
Define rules to prevent PRs from being merged
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Nov 29, 2021
- License
- None
- Runtime
- Deprecated runtime
Pinned Snippet
uses: js-egton/themis@f6e7d9361d744745251b2c811aec99bfebb8159d # v4.1.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| PROJECT_REGEX | Will only allow PRs that match the given project | no | — |
| LABEL_REGEX | Will reject PRs that match the given label | no | — |
| CHANGELOG_REGEX | Will reject PRs that are missing updates to the given files | no | — |
| ORG_LEVEL | Whether to check projects at an organisational level rather than repo level | no | false |
| DEBUG_MODE | Whether to enable console output | no | false |
| GITHUB_TOKEN | The API token for this Action | yes | — |
Outputs
no outputs