From 62d48af0654649fc9f45e10f09b5099ee0dda4b4 Mon Sep 17 00:00:00 2001 From: Brett Logan Date: Tue, 20 Dec 2022 22:55:49 -0500 Subject: [PATCH] Temporary suspend notifications Stopping issue notifications until we can sort out permissions on GHCR. Signed-off-by: Brett Logan --- .github/workflows/deploy-production.yml | 8 +------- .github/workflows/deploy-release.yml | 8 +------- 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/.github/workflows/deploy-production.yml b/.github/workflows/deploy-production.yml index c7c914ca..a3a9063d 100644 --- a/.github/workflows/deploy-production.yml +++ b/.github/workflows/deploy-production.yml @@ -224,12 +224,6 @@ jobs: repo: context.repo.repo, issue_number: "${{ steps.create-issue.outputs.result }}", assignees: [ - 'admiralawkbar', - 'jwiebalk', - 'IAmHughes', - 'nemchik', - 'Hanse00', - 'GaboFDC', - 'ferrarimarco' + 'lindluni' ] }) diff --git a/.github/workflows/deploy-release.yml b/.github/workflows/deploy-release.yml index 3676febf..9f891649 100644 --- a/.github/workflows/deploy-release.yml +++ b/.github/workflows/deploy-release.yml @@ -150,12 +150,6 @@ jobs: repo: context.repo.repo, issue_number: "${{ steps.create-issue.outputs.result }}", assignees: [ - 'admiralawkbar', - 'lindluni', - 'IAmHughes', - 'nemchik', - 'Hanse00', - 'GaboFDC', - 'ferrarimarco' + 'lindluni' ] })