diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 5bcd67b1..f44c6462 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,4 +1,4 @@ ###################################################################### # These owners will be the default owners for everything in the repo # ###################################################################### -* @admiralawkbar @jwiebalk @zkoppert @nemchik @Hanse00 @github-actions @GaboFDC @ferrarimarco +* @admiralawkbar @lindluni @zkoppert @nemchik @Hanse00 @github-actions @GaboFDC @ferrarimarco diff --git a/.github/workflows/deploy-PROD-slim.yml b/.github/workflows/deploy-PROD-slim.yml index 80df3361..e3c847e6 100644 --- a/.github/workflows/deploy-PROD-slim.yml +++ b/.github/workflows/deploy-PROD-slim.yml @@ -162,7 +162,7 @@ jobs: issue_number: "${{ steps.create-issue.outputs.result }}", assignees: [ 'admiralawkbar', - 'jwiebalk', + 'lindluni', 'IAmHughes', 'nemchik', 'Hanse00', diff --git a/.github/workflows/deploy-PROD-standard.yml b/.github/workflows/deploy-PROD-standard.yml index c6116f4d..882e2e09 100644 --- a/.github/workflows/deploy-PROD-standard.yml +++ b/.github/workflows/deploy-PROD-standard.yml @@ -161,7 +161,7 @@ jobs: issue_number: "${{ steps.create-issue.outputs.result }}", assignees: [ 'admiralawkbar', - 'jwiebalk', + 'lindluni', 'IAmHughes', 'nemchik', 'Hanse00', diff --git a/.github/workflows/deploy-RELEASE-slim.yml b/.github/workflows/deploy-RELEASE-slim.yml index 05b73a9e..f5453581 100644 --- a/.github/workflows/deploy-RELEASE-slim.yml +++ b/.github/workflows/deploy-RELEASE-slim.yml @@ -31,7 +31,7 @@ jobs: ##################################################################### # Only run if Admin start job and it was the Release Issue template # ##################################################################### - if: ${{ github.actor == 'admiralawkbar' || github.actor == 'jwiebalk' || + if: ${{ github.actor == 'admiralawkbar' || github.actor == 'lindluni' || github.actor == 'IAmHughes' || github.actor == 'nemchik' || github.actor == 'Hanse00' || github.actor == 'github-actions' || github.actor == 'GaboFDC' || github.actor == 'ferrarimarco' }} @@ -197,7 +197,7 @@ jobs: issue_number: "${{ steps.create-issue.outputs.result }}", assignees: [ 'admiralawkbar', - 'jwiebalk', + 'lindluni', 'IAmHughes', 'nemchik', 'Hanse00', diff --git a/.github/workflows/deploy-RELEASE-standard.yml b/.github/workflows/deploy-RELEASE-standard.yml index 6abfb7c0..6cb2f3ec 100644 --- a/.github/workflows/deploy-RELEASE-standard.yml +++ b/.github/workflows/deploy-RELEASE-standard.yml @@ -31,7 +31,7 @@ jobs: ##################################################################### # Only run if Admin start job and it was the Release Issue template # ##################################################################### - if: ${{ github.actor == 'admiralawkbar' || github.actor == 'jwiebalk' || + if: ${{ github.actor == 'admiralawkbar' || github.actor == 'lindluni' || github.actor == 'IAmHughes' || github.actor == 'nemchik' || github.actor == 'Hanse00' || github.actor == 'github-actions' || github.actor == 'GaboFDC' || github.actor == 'ferrarimarco' }} @@ -196,7 +196,7 @@ jobs: issue_number: "${{ steps.create-issue.outputs.result }}", assignees: [ 'admiralawkbar', - 'jwiebalk', + 'lindluni', 'IAmHughes', 'nemchik', 'Hanse00',