pnp/Validate PnP PR
Verifies that PnP pull request follows the guidelines set by the contibution guidelines
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| gh-token | The GitHub token for authentication. | yes | — |
| pr | The PR to validate | yes | — |
| validationRulesFile | Path to the JSON file containing validation rules | yes | .github/validate-sample-pr-rules.json |
| postComment | Whether to post a comment on the PR with the validation result | no | true |
Outputs
| name | description |
|---|---|
| result | The validation result message |
| valid | Indicates whether the pull request validated successfully. |