zagware/PR Gate
Enforce Jira ticket links, branch naming, and merge policies on pull requests
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| jira-base-url | Jira instance base URL (e.g. https://yoursite.atlassian.net) | yes | — |
| jira-email | Jira account email for API authentication | yes | — |
| jira-api-token | Jira API token | yes | — |
| github-token | GitHub token for posting check results | no | ${{ github.token }} |
| config-path | Path to .pr-gate.yml config file | no | .pr-gate.yml |
Outputs
| name | description |
|---|---|
| result | pass | warn | fail |
| checks-passed | Number of checks that passed |
| checks-failed | Number of checks that failed (blocking) |
| checks-warned | Number of checks that produced warnings |