derpierre65/Jira Automation Webhook
Call a automation webhook if the pull request has a specific status
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| GITHUB_TOKEN | Your GitHub token. | yes | — |
| ignore-title | Ignore the pull request title to find issue ids. | — | false |
| ignore-commits | Ignore commit messages to find issue ids. | — | false |
| ignore-branch | Ignore branch name to find issue ids. | — | false |
| find-regex-commits | Regex to find issue ids in commit messages | — | /([A-Za-z]{2,4}-\d+)/g |
| find-regex-title | Regex to find issue ids in pull request title | — | /([A-Za-z]{2,4}-\d+)/g |
| approval-threshold | Approvals required (in percent (50%) or as a number (2)) before a pull requests state is "approved" | — | 1 |
| additional-repositories | List of additional repositories to check for the latest pull request titles containing JIRA IDs. Separate multiple repository names with commas. | — | "" |
| additional-repositories-pull-request-limit | Number of pull requests to check in the additional repositories (1-100). | — | 100 |
| webhook-urls | todo | yes | — |
Outputs
no outputs