Skip to content

Commit f75a324

Browse files
authored
🔧 Updated the automations to refer to SDK tickets instead of MOB (#970)
1 parent 6dd83e2 commit f75a324

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## 🔹 Jira Ticket(s)
22

3-
* [MOB-XXXX](https://iterable.atlassian.net/browse/MOB-XXXX)
3+
* [SDK-XXXX](https://iterable.atlassian.net/browse/SDK-XXXX)
44

55
## ✏️ Description
66

.github/workflows/prepare-for-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
required: true
99
type: string
1010
jira_ticket:
11-
description: 'JIRA ticket MOB number (e.g., 1234)'
11+
description: 'JIRA ticket SDK number (e.g., 1234)'
1212
required: true
1313
type: string
1414

@@ -89,7 +89,7 @@ jobs:
8989
uses: peter-evans/create-pull-request@v5
9090
with:
9191
token: ${{ secrets.GITHUB_TOKEN }}
92-
title: "MOB-${{ github.event.inputs.jira_ticket }}: Prepare for Release ${{ steps.update_changelog.outputs.new_version }}"
92+
title: "SDK-${{ github.event.inputs.jira_ticket }}: Prepare for Release ${{ steps.update_changelog.outputs.new_version }}"
9393
body: |
9494
# Prepare for Release ${{ steps.update_changelog.outputs.new_version }}
9595
@@ -103,7 +103,7 @@ jobs:
103103
- [ ] All tests passing
104104
- [ ] Documentation updated (if needed)
105105
106-
branch: "release/MOB-${{ github.event.inputs.jira_ticket }}-prepare-for-release-${{ steps.update_changelog.outputs.new_version }}"
107-
commit-message: "[MOB-${{ github.event.inputs.jira_ticket }}]: Prepare for release ${{ steps.update_changelog.outputs.new_version }}"
106+
branch: "release/SDK-${{ github.event.inputs.jira_ticket }}-prepare-for-release-${{ steps.update_changelog.outputs.new_version }}"
107+
commit-message: "[SDK-${{ github.event.inputs.jira_ticket }}]: Prepare for release ${{ steps.update_changelog.outputs.new_version }}"
108108
labels: release
109109
delete-branch: true

0 commit comments

Comments
 (0)