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' ] })