Skip to content

pkgacek/check-pr-description-for-jira-ticket

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Check PR description for JIRA ticket

This action checks if the JIRA ticket with it's url is present in the PR description. It is using Regex that checks for valid markdown formatting with correct JIRA ticket.

Examples:

[JIRA-1](https://jira.com/JIRA-123) - Valid
[JIRA-1](https://jira.com) - Invalid (Missing JIRA ticket at the end of the URL)

Example usage

uses: actions/check-pr-description-for-jira-ticket@v1.0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published