From 1a8c771aa92c776c620b8f62a9cb41fe97d29550 Mon Sep 17 00:00:00 2001 From: Alex Hung Date: Wed, 3 Jan 2024 13:50:05 -0800 Subject: [PATCH] Improve Slack message in Pipeline step Update copyright year in README --- .jfrog-pipelines/pr.yaml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.jfrog-pipelines/pr.yaml b/.jfrog-pipelines/pr.yaml index 949a076..1d97170 100644 --- a/.jfrog-pipelines/pr.yaml +++ b/.jfrog-pipelines/pr.yaml @@ -211,7 +211,7 @@ pipelines: export DESCRIPTION="All tests passed successfully." git clone https://${int_partnership_github_token}@github.com/jfrog/terraform-provider-shared.git ./terraform-provider-shared/scripts/github-status.sh ${res_terraform_provider_platform_gitProvider_token} ${res_terraform_provider_platform_gitRepoFullName} ${res_terraform_provider_platform_commitSha} - send_notification partnership_slack --text "<${res_terraform_provider_platform_gitRepoRepositoryHttpsUrl}|Terraform Provider>. A new PR was submitted by *${PR_COMMITTER}* - <${PR_URL}|${PR_TITLE}>, branch *${PR_BRANCH}*. Changes tested successfully. <@U01H1SLSPA8> or <@UNDRUL1EU> please, review and merge." + send_notification partnership_slack --text "<${res_terraform_provider_platform_gitRepoRepositoryHttpsUrl}|Terraform Provider Platform>. A new PR was submitted by *${PR_COMMITTER}* - <${PR_URL}|${PR_TITLE}>, branch *${PR_BRANCH}*. Changes tested successfully. <@U01H1SLSPA8> or <@UNDRUL1EU> please, review and merge." fi onFailure: - echo "Failure, sending status to GitHub and Slack." diff --git a/README.md b/README.md index 790adcc..f01712f 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ See the [contribution guide](CONTRIBUTIONS.md). ## License -Copyright (c) 2023 JFrog. +Copyright (c) 2024 JFrog. Apache 2.0 licensed, see [LICENSE][LICENSE] file.