arghena/PR Insight

GitHub Action for checking pull requests

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
config-pathThe path to the Insight config file..github/insight.toml
check-pull-request-titleUse `commitlint` to check the pull request title.false
pull-request-titleThe title of pull request event.${{ github.event.pull_request.title }}
event-nameThe name of the event that triggered the workflow run.${{ github.event_name }}
tokenPersonal access token (PAT) used to fetch the repository.${{ github.token }}
repositoryRepository name with owner.${{ github.repository }}
pull-request-numberThe number of the pull request to check.${{ github.event.pull_request.number }}

no outputs