From efa11ccb8a4cede89017bd010b095df7d914608a Mon Sep 17 00:00:00 2001 From: Ashwini Sukale Date: Tue, 28 Nov 2023 16:55:39 +0530 Subject: [PATCH] Remove notify slack git action (#144) * Fixed lint errors * Revert "Fixed lint errors" This reverts commit e7d3c67fc4d8078cc74d328a167b929ff5a1be92. * Removed Notify Slack git action, as its uses repo which is no longer maintained --- .github/workflows/deploy.yml | 14 -------------- .github/workflows/release.yml | 13 ------------- 2 files changed, 27 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f75f8604..7e30f1f3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -145,17 +145,3 @@ jobs: repository: 'datacite/mastino' branch: 'refs/heads/master' tags: false - - - name: Notify Slack - uses: edge/simple-slack-notify@master - with: - channel: '#ops' - color: 'good' - text: 'A new version of the Levriero service is been deployed to stage.' - failure_text: '${env.GITHUB_WORKFLOW} (${env.GITHUB_RUN_NUMBER}) build failed' - fields: | - [{ "title": "Commit message", "value": "${{ steps.extract_variables.outputs.MESSAGE }}" }, - { "title": "Committed by", "value": "", "short": true }, - { "title": "Commit SHA", "value": "", "short": true }, - { "title": "Repository", "value": "", "short": true }, - { "title": "Branch", "value": "", "short": true }] diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 91eef98a..ccea08da 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -144,16 +144,3 @@ jobs: repository: 'datacite/mastino' branch: 'refs/heads/master' tags: false - - - name: Notify Slack - uses: edge/simple-slack-notify@master - with: - channel: '#ops' - color: 'good' - text: 'Version of the Levriero service is being released to production.' - failure_text: '${env.GITHUB_WORKFLOW} (${env.GITHUB_RUN_NUMBER}) build failed' - fields: | - [{ "title": "Committed by", "value": "", "short": true }, - { "title": "Commit SHA", "value": "", "short": true }, - { "title": "Repository", "value": "", "short": true }, - { "title": "Release", "value": "", "short": true }]