From cee1ea99abadd081d4a529ed117d5356e59f9fd9 Mon Sep 17 00:00:00 2001 From: Franco Victorio Date: Fri, 6 Sep 2024 09:25:34 +0200 Subject: [PATCH] ci: remove review-related slack notifications --- .../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