diff --git a/.github/actions/asana-log-message/templates/internal-release-ready-tag-failed.yml b/.github/actions/asana-add-comment/templates/internal-release-ready-tag-failed.yml
similarity index 100%
rename from .github/actions/asana-log-message/templates/internal-release-ready-tag-failed.yml
rename to .github/actions/asana-add-comment/templates/internal-release-ready-tag-failed.yml
diff --git a/.github/actions/asana-add-comment/templates/internal-release-ready.yml b/.github/actions/asana-add-comment/templates/internal-release-ready.yml
index d089b0d551..5c8be3cd23 100644
--- a/.github/actions/asana-add-comment/templates/internal-release-ready.yml
+++ b/.github/actions/asana-add-comment/templates/internal-release-ready.yml
@@ -4,7 +4,11 @@ data:
Internal release build ${TAG} ready ✅
- - 📥 DMG is available from ${DMG_URL}.
+ - 📥 DMG is available from ${DMG_URL}.
+
+ - If this is a subsequent internal release (started by calling Bump Internal Release workflow), the DMG will be automatically published to Sparkle in a few minutes. Sit tight.
+
+
- 🏷️ Repository is tagged with
${TAG}
tag.
- 🚢 GitHub ${TAG} pre-release is created.
- 🔱
${BRANCH}
branch has been successfully merged to ${BASE_BRANCH}
.
diff --git a/.github/actions/asana-log-message/action.yml b/.github/actions/asana-log-message/action.yml
index 966d7a4605..60f7af634e 100644
--- a/.github/actions/asana-log-message/action.yml
+++ b/.github/actions/asana-log-message/action.yml
@@ -15,7 +15,8 @@ inputs:
type: string
template-name:
description: |
- Name of a template file (without extension) for the comment, relative to 'templates' subdirectory of the action.
+ Name of a template file (without extension) for the comment, relative to 'templates'
+ subdirectory of the 'asana-add-comment' action.
The file is processed by envsubst before being sent to Asana.
required: false
type: string
diff --git a/.github/actions/asana-log-message/templates/debug-symbols-uploaded.yml b/.github/actions/asana-log-message/templates/debug-symbols-uploaded.yml
deleted file mode 100644
index dd02a3b80a..0000000000
--- a/.github/actions/asana-log-message/templates/debug-symbols-uploaded.yml
+++ /dev/null
@@ -1,8 +0,0 @@
-data:
- html_text: |
-
- 🐛 Debug symbols archive for ${TAG} build is uploaded to ${DSYM_S3_PATH}
.
-
-
- 🔗 Workflow URL: ${WORKFLOW_URL}.
-
diff --git a/.github/actions/asana-log-message/templates/dmg-uploaded.yml b/.github/actions/asana-log-message/templates/dmg-uploaded.yml
deleted file mode 100644
index a5bc0978de..0000000000
--- a/.github/actions/asana-log-message/templates/dmg-uploaded.yml
+++ /dev/null
@@ -1,8 +0,0 @@
-data:
- html_text: |
-
- 📥 DMG for ${TAG} is available from ${DMG_URL}.
-
-
- 🔗 Workflow URL: ${WORKFLOW_URL}.
-
diff --git a/.github/actions/asana-log-message/templates/internal-release-ready-merge-failed.yml b/.github/actions/asana-log-message/templates/internal-release-ready-merge-failed.yml
deleted file mode 100644
index 733d97340b..0000000000
--- a/.github/actions/asana-log-message/templates/internal-release-ready-merge-failed.yml
+++ /dev/null
@@ -1,17 +0,0 @@
-data:
- # yq -o=j | sed -E 's/\\n( *)([^\\n])/\2/g'
- html_text: |
-
- [ACTION NEEDED] Internal release build ${TAG} ready
-
- - 📥 DMG is available from ${DMG_URL}.
- - 🏷️ Repository is tagged with
${TAG}
tag.
- - 🚢 GitHub ${TAG} pre-release is created.
- - ❗️ Merging
${BRANCH}
to ${BASE_BRANCH}
failed.
-
-
-
- 🔗 Workflow URL: ${WORKFLOW_URL}.
-
diff --git a/.github/actions/asana-log-message/templates/internal-release-ready.yml b/.github/actions/asana-log-message/templates/internal-release-ready.yml
deleted file mode 100644
index d089b0d551..0000000000
--- a/.github/actions/asana-log-message/templates/internal-release-ready.yml
+++ /dev/null
@@ -1,14 +0,0 @@
-data:
- # yq -o=j | sed -E 's/\\n( *)([^\\n])/\2/g'
- html_text: |
-
- Internal release build ${TAG} ready ✅
-
- - 📥 DMG is available from ${DMG_URL}.
- - 🏷️ Repository is tagged with
${TAG}
tag.
- - 🚢 GitHub ${TAG} pre-release is created.
- - 🔱
${BRANCH}
branch has been successfully merged to ${BASE_BRANCH}
.
-
-
- 🔗 Workflow URL: ${WORKFLOW_URL}.
-