Skip to content

Commit

Permalink
enhancement(comment): modify deprecation callout in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rittikdasgupta committed Nov 5, 2024
1 parent 0a475c0 commit c5a5a71
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17946,8 +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:
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).`

Expand Down Expand Up @@ -17991,8 +17990,7 @@ async function createIssueComment(octokit, context, content, comment_id = null,
const {pull_request} = context.payload;

// Deprecation callout
const deprecationCallout = `
:warning: Deprecation Notice:
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).`

Expand Down
6 changes: 2 additions & 4 deletions src/utils/create-comment.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +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:
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).`

Expand Down Expand Up @@ -165,8 +164,7 @@ export async function createIssueComment(octokit, context, content, comment_id =
const {pull_request} = context.payload;

// Deprecation callout
const deprecationCallout = `
:warning: Deprecation Notice:
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).`

Expand Down

0 comments on commit c5a5a71

Please sign in to comment.