diff --git a/dist/index.js b/dist/index.js index 7833245..b09b895 100644 --- a/dist/index.js +++ b/dist/index.js @@ -17946,9 +17946,7 @@ ${downstreamAssets.hasMore ? `[See more downstream assets at Atlan](${create_com const viewAssetButton = `${getImageURL("atlan-logo", 15, 15)} [View asset in Atlan](${create_comment_ATLAN_INSTANCE_URL}/assets/${asset.guid}/overview?utm_source=dbt_github_action)`; // Deprecation callout - const deprecationCallout = `:warning: Deprecation Notice: - This action is scheduled for deprecation and will no longer be supported after June 2025. - To ensure a smooth transition and continued functionality, please migrate to atlan-action by following the migration guide available [here](https://ask.atlan.com/hc/en-us/articles/11121331752719).` + const deprecationCallout = `:warning: Deprecation Notice: This action is scheduled for deprecation and will no longer be supported after June 2025. To ensure a smooth transition and continued functionality, please migrate to atlan-action by following the migration guide available [here](https://ask.atlan.com/hc/en-us/articles/11121331752719).` // Generating the final comment based on the presence of downstream assets if (downstreamAssets.entities.length > 0) { @@ -17990,9 +17988,7 @@ async function createIssueComment(octokit, context, content, comment_id = null, const {pull_request} = context.payload; // Deprecation callout - const deprecationCallout = `:warning: Deprecation Notice: - This action is scheduled for deprecation and will no longer be supported after June 2025. - To ensure a smooth transition and continued functionality, please migrate to atlan-action by following the migration guide available [here](https://ask.atlan.com/hc/en-us/articles/11121331752719).` + const deprecationCallout = `:warning: Deprecation Notice: This action is scheduled for deprecation and will no longer be supported after June 2025. To ensure a smooth transition and continued functionality, please migrate to atlan-action by following the migration guide available [here](https://ask.atlan.com/hc/en-us/articles/11121331752719).` content = ` ${content} diff --git a/src/utils/create-comment.js b/src/utils/create-comment.js index 9e0adf4..9ceb780 100644 --- a/src/utils/create-comment.js +++ b/src/utils/create-comment.js @@ -120,9 +120,7 @@ ${downstreamAssets.hasMore ? `[See more downstream assets at Atlan](${ATLAN_INST const viewAssetButton = `${getImageURL("atlan-logo", 15, 15)} [View asset in Atlan](${ATLAN_INSTANCE_URL}/assets/${asset.guid}/overview?utm_source=dbt_github_action)`; // Deprecation callout - const deprecationCallout = `:warning: Deprecation Notice: - This action is scheduled for deprecation and will no longer be supported after June 2025. - To ensure a smooth transition and continued functionality, please migrate to atlan-action by following the migration guide available [here](https://ask.atlan.com/hc/en-us/articles/11121331752719).` + const deprecationCallout = `:warning: Deprecation Notice: This action is scheduled for deprecation and will no longer be supported after June 2025. To ensure a smooth transition and continued functionality, please migrate to atlan-action by following the migration guide available [here](https://ask.atlan.com/hc/en-us/articles/11121331752719).` // Generating the final comment based on the presence of downstream assets if (downstreamAssets.entities.length > 0) { @@ -164,9 +162,7 @@ export async function createIssueComment(octokit, context, content, comment_id = const {pull_request} = context.payload; // Deprecation callout - const deprecationCallout = `:warning: Deprecation Notice: - This action is scheduled for deprecation and will no longer be supported after June 2025. - To ensure a smooth transition and continued functionality, please migrate to atlan-action by following the migration guide available [here](https://ask.atlan.com/hc/en-us/articles/11121331752719).` + const deprecationCallout = `:warning: Deprecation Notice: This action is scheduled for deprecation and will no longer be supported after June 2025. To ensure a smooth transition and continued functionality, please migrate to atlan-action by following the migration guide available [here](https://ask.atlan.com/hc/en-us/articles/11121331752719).` content = ` ${content}