jyiwm/Jira Pull Request
Add Jira ticket to PR title / add links to PR description
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | The GitHub token used to create an authenticated client | no | ${{ github.token }} |
| jira-account | Subdomain used for jira link (i.e. foobar => https://foobar.atlassian.net/browse/ABC-123) | yes | — |
| ticket-regex | Regex to match jira ticket in branch name (i.e. ^ABC-\d+) | yes | — |
| ticket-regex-flags | Flags to add to ticket-regex | no | i |
| exception-regex | Regex to allow exceptions where ticket-regex wouldn't match | no | ^dependabot\/ |
| exception-regex-flags | Flags to add to exception-regex | no | — |
| clean-title-regex | Regex used to delete text from PR title | no | — |
| clean-title-regex-flags | Flags to add to clean-title-regex | no | — |
| preview-link | Preview link to add to PR description (i.e. https://preview.example.com) | no | — |
Outputs
no outputs