Skip to content

Commit

Permalink
Merge branch 'main' into NDT-681-Unsaved-Changes-Modal-pops-up-when-c…
Browse files Browse the repository at this point in the history
…hange-to-pending-change-request
  • Loading branch information
RRanath authored Jan 8, 2025
2 parents c661e0c + 3843675 commit 723431d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/move-on-merge-conflict.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
"https://connectivitydivision.atlassian.net/rest/api/3/issue/$JIRA_KEY")
status=$(echo "$response" | jq -r '.fields.status.name')
echo "Issue status: $status"
if [ "$status" == "PO REVIEW" ]; then
if [ "$status" == "PO REVIEW" ] || [ "$status" == "SPRINT DONE" ]; then
echo "Moving issue $JIRA_KEY to Merge Conflict column"
curl -X POST \
-H "Authorization: Basic $JIRA_AUTH" \
Expand Down

0 comments on commit 723431d

Please sign in to comment.