Skip to content

Commit 27679b7

Browse files
committed
chore: Add minor details to the new version ticket
1 parent 3d19964 commit 27679b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/api-versions-reminder.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
if: steps.check-api-versions.outputs.api_versions != null
3131
env:
3232
JIRA_API_TOKEN: ${{ secrets.jira_api_token }}
33-
JIRA_TICKET_TITLE: "New API Versions ${{steps.check-api-versions.outputs.api_versions}} are about to be released"
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}}"
33+
JIRA_TICKET_TITLE: "[API Platform] API Versions (${{steps.check-api-versions.outputs.api_versions}}) are about to be released"
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}}. Please follow https://wiki.corp.mongodb.com/display/MMS/API+eXperience+Production+Checklist#APIeXperienceProductionChecklist-APIVersionReleasechecks"
3535
run: .github/scripts/create_jira_ticket.sh
3636

3737
# Send Slack notification only if the Jira ticket was created

0 commit comments

Comments
 (0)