Skip to content

Commit 3442793

Browse files
tag the oncall person to the slack message
1 parent b5bc24e commit 3442793

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/scripts/handle_warning_violations.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ fi
2727
if [ "$DRY_RUN" = "true" ]; then
2828
echo "=== DRY RUN MODE ==="
2929
echo "Would create Jira ticket with:"
30-
echo "Summary: Warning-level IPA violations found - $WARNING_COUNT violations"
30+
echo "Summary: Warning-level IPA violations found"
3131
echo "Description:"
3232
echo "Warning-level violations were found during IPA validation. Please review and add exceptions if valid, or address false positives.
3333
@@ -71,7 +71,7 @@ TICKET_RESPONSE=$(curl -s -X POST -H "Authorization: Bearer $JIRA_API_TOKEN" \
7171
-d "{
7272
\"fields\": {
7373
\"project\": {\"key\": \"CLOUDP\"},
74-
\"summary\": \"Warning-level IPA violations found - $WARNING_COUNT violations\",
74+
\"summary\": \"Warning-level IPA violations found\",
7575
\"description\": \"$DESCRIPTION\",
7676
\"issuetype\": {\"name\": \"Task\"},
7777
\"assignee\": {\"id\": \"$TEAM_ID\"}

0 commit comments

Comments
 (0)