Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Include extra data in call to JIRA webhook (#1665)
Whenever a release candidate deployment happens from this repository, a GitHub Actions workflow attempts to process the tickets it contains, and consumes a Jira webhook that triggers an automation to move those tickets into the "To Be Tested" column. I recently updated that automation to also leave a comment on the ticket when the deployment happens This PR adds more details to the webhook call so that the comment may include more details about the deployment. These details are: - The release candidate tag - The repository URL
- Loading branch information