androidx/Check Pull Request Format Action
A GitHub action that ensures pull requests follow a specific format
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| checks | The JSON Array of regular expressions to validate the pull request body with. All of these MUST be present. | yes | — |
Outputs
| name | description |
|---|---|
| status | The result of the pull request checks. `true` if passed or `false` when failed. |