Skip to content

Commit

Permalink
add DEVOPS as a valid JIRA key
Browse files Browse the repository at this point in the history
  • Loading branch information
sebhmg committed May 31, 2024
1 parent d50d89c commit d533c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_add_jira_summary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: >
echo $HEAD_REF $PR_TITLE
| echo "issue_key=$(
grep -osi "\b\(GA\|GEOPY\)[ #-]*[0-9]\+"
grep -osi "\b\(GA\|GEOPY\|DEVOPS\)[ #-]*[0-9]\+"
| head -n1
| sed -E "s/([A-Z]+)[-# ]*([0-9]+)/\1-\2/i"
| tr [:lower:] [:upper:]
Expand Down

0 comments on commit d533c80

Please sign in to comment.