From 63b460fa898c7bc05d843caa4b6c7d6c974ebf33 Mon Sep 17 00:00:00 2001 From: Franco Victorio Date: Fri, 6 Sep 2024 15:54:27 +0200 Subject: [PATCH] ci: remove review-related slack notifications (#647) --- .../workflows/review-requested-slack-notification.yml | 10 ---------- .../workflows/review-submitted-slack-notification.yml | 10 ---------- 2 files changed, 20 deletions(-) delete mode 100644 .github/workflows/review-requested-slack-notification.yml delete mode 100644 .github/workflows/review-submitted-slack-notification.yml diff --git a/.github/workflows/review-requested-slack-notification.yml b/.github/workflows/review-requested-slack-notification.yml deleted file mode 100644 index 25f22466b..000000000 --- a/.github/workflows/review-requested-slack-notification.yml +++ /dev/null @@ -1,10 +0,0 @@ -name: PR review requested Slack notification - -on: - pull_request_target: - types: [review_requested] - -jobs: - requested: - uses: NomicFoundation/github-actions-workflows/.github/workflows/review-requested-slack-notification.yml@main - secrets: inherit diff --git a/.github/workflows/review-submitted-slack-notification.yml b/.github/workflows/review-submitted-slack-notification.yml deleted file mode 100644 index cf9edde02..000000000 --- a/.github/workflows/review-submitted-slack-notification.yml +++ /dev/null @@ -1,10 +0,0 @@ -name: PR reviewed Slack notification - -on: - pull_request_review: - types: [submitted] - -jobs: - reviewed: - uses: NomicFoundation/github-actions-workflows/.github/workflows/review-submitted-slack-notification.yml@main - secrets: inherit