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
- name: Check if there are upcoming API versions releases
18
24
id: check-api-versions
19
25
run: .github/scripts/upcoming_api_releases.sh
@@ -28,6 +34,7 @@ jobs:
28
34
JIRA_TICKET_DESCRIPTION: "The following API Versions are scheduled to be released in the next 3 weeks: ${{steps.check-api-versions.outputs.api_versions}}"
29
35
run: .github/scripts/create_jira_ticket.sh
30
36
37
+
# Send Slack notification only if the Jira ticket was created
0 commit comments