Skip to content

Commit

Permalink
welcome brett (super-linter#2308)
Browse files Browse the repository at this point in the history
  • Loading branch information
admiralAwkbar authored and sarahc23 committed May 6, 2022
1 parent f9b8080 commit 92d4505
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion .github/workflows/deploy-PROD-slim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
issue_number: "${{ steps.create-issue.outputs.result }}",
assignees: [
'admiralawkbar',
'jwiebalk',
'lindluni',
'IAmHughes',
'nemchik',
'Hanse00',
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-PROD-standard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:
issue_number: "${{ steps.create-issue.outputs.result }}",
assignees: [
'admiralawkbar',
'jwiebalk',
'lindluni',
'IAmHughes',
'nemchik',
'Hanse00',
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-RELEASE-slim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:
issue_number: "${{ steps.create-issue.outputs.result }}",
assignees: [
'admiralawkbar',
'jwiebalk',
'lindluni',
'IAmHughes',
'nemchik',
'Hanse00',
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-RELEASE-standard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:
issue_number: "${{ steps.create-issue.outputs.result }}",
assignees: [
'admiralawkbar',
'jwiebalk',
'lindluni',
'IAmHughes',
'nemchik',
'Hanse00',
Expand Down

0 comments on commit 92d4505

Please sign in to comment.