Skip to content

Commit

Permalink
fix(workflow): update wording
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Su <derek.su@suse.com>
  • Loading branch information
derekbit authored and innobead committed Nov 13, 2024
1 parent 504ea01 commit 92d52e7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/scan-and-notify-testing-items.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,10 +255,9 @@ def send_slack_notification(webhook_url, user_mapping,
}
})

# Flatten current issues and non-current issues
blocks = flatten_issues("Current Issues",
blocks = flatten_issues("Ready for Testing Issues from the Previous Sprint",
blocks, current_issues, user_mapping)
blocks = flatten_issues("Non-Current Issues",
blocks = flatten_issues("Ready for Testing Issues from older Sprints",
blocks, non_current_issues, user_mapping)

payload = {
Expand Down

0 comments on commit 92d52e7

Please sign in to comment.