arghena/PR Insight
GitHub Action for checking pull requests
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| config-path | The path to the Insight config file. | — | .github/insight.toml |
| check-pull-request-title | Use `commitlint` to check the pull request title. | — | false |
| pull-request-title | The title of pull request event. | — | ${{ github.event.pull_request.title }} |
| event-name | The name of the event that triggered the workflow run. | — | ${{ github.event_name }} |
| token | Personal access token (PAT) used to fetch the repository. | — | ${{ github.token }} |
| repository | Repository name with owner. | — | ${{ github.repository }} |
| pull-request-number | The number of the pull request to check. | — | ${{ github.event.pull_request.number }} |
Outputs
no outputs