You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We will be reaching into our JIRA to check the state of each commits
jira. In this we want to ensure that the target branch matches the
defined branch for that product and validate that the CVE ID is also
correct for the ticket. It will also check to confirm that the tickets
are in progress and have time logged, if either are untrue then it will
produce a warning.
In the event there are Product or CVE mis matches it will block the PR
and request changes.
body: '⚠️ This PR contains VULN tickets that do not match the target LTS product. Please review the JIRA ticket assignments and ensure they match the merge target branch.'
178
+
});
179
+
180
+
- name: Fail workflow if JIRA errors found
181
+
if: steps.jira_check.outcome == 'failure'
182
+
run: |
183
+
echo "❌ JIRA PR check failed - errors were found in one or more commits"
0 commit comments