mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-12 12:00:03 -05:00
welcome brett (#2308)
This commit is contained in:
parent
f0e69a5a7d
commit
6a6894fe5a
5 changed files with 7 additions and 7 deletions
2
.github/CODEOWNERS
vendored
2
.github/CODEOWNERS
vendored
|
@ -1,4 +1,4 @@
|
||||||
######################################################################
|
######################################################################
|
||||||
# These owners will be the default owners for everything in the repo #
|
# 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
.github/workflows/deploy-PROD-slim.yml
vendored
2
.github/workflows/deploy-PROD-slim.yml
vendored
|
@ -162,7 +162,7 @@ jobs:
|
||||||
issue_number: "${{ steps.create-issue.outputs.result }}",
|
issue_number: "${{ steps.create-issue.outputs.result }}",
|
||||||
assignees: [
|
assignees: [
|
||||||
'admiralawkbar',
|
'admiralawkbar',
|
||||||
'jwiebalk',
|
'lindluni',
|
||||||
'IAmHughes',
|
'IAmHughes',
|
||||||
'nemchik',
|
'nemchik',
|
||||||
'Hanse00',
|
'Hanse00',
|
||||||
|
|
2
.github/workflows/deploy-PROD-standard.yml
vendored
2
.github/workflows/deploy-PROD-standard.yml
vendored
|
@ -161,7 +161,7 @@ jobs:
|
||||||
issue_number: "${{ steps.create-issue.outputs.result }}",
|
issue_number: "${{ steps.create-issue.outputs.result }}",
|
||||||
assignees: [
|
assignees: [
|
||||||
'admiralawkbar',
|
'admiralawkbar',
|
||||||
'jwiebalk',
|
'lindluni',
|
||||||
'IAmHughes',
|
'IAmHughes',
|
||||||
'nemchik',
|
'nemchik',
|
||||||
'Hanse00',
|
'Hanse00',
|
||||||
|
|
4
.github/workflows/deploy-RELEASE-slim.yml
vendored
4
.github/workflows/deploy-RELEASE-slim.yml
vendored
|
@ -31,7 +31,7 @@ jobs:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
# Only run if Admin start job and it was the Release Issue template #
|
# 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 == 'IAmHughes' || github.actor == 'nemchik' ||
|
||||||
github.actor == 'Hanse00' || github.actor == 'github-actions' ||
|
github.actor == 'Hanse00' || github.actor == 'github-actions' ||
|
||||||
github.actor == 'GaboFDC' || github.actor == 'ferrarimarco' }}
|
github.actor == 'GaboFDC' || github.actor == 'ferrarimarco' }}
|
||||||
|
@ -197,7 +197,7 @@ jobs:
|
||||||
issue_number: "${{ steps.create-issue.outputs.result }}",
|
issue_number: "${{ steps.create-issue.outputs.result }}",
|
||||||
assignees: [
|
assignees: [
|
||||||
'admiralawkbar',
|
'admiralawkbar',
|
||||||
'jwiebalk',
|
'lindluni',
|
||||||
'IAmHughes',
|
'IAmHughes',
|
||||||
'nemchik',
|
'nemchik',
|
||||||
'Hanse00',
|
'Hanse00',
|
||||||
|
|
|
@ -31,7 +31,7 @@ jobs:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
# Only run if Admin start job and it was the Release Issue template #
|
# 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 == 'IAmHughes' || github.actor == 'nemchik' ||
|
||||||
github.actor == 'Hanse00' || github.actor == 'github-actions' ||
|
github.actor == 'Hanse00' || github.actor == 'github-actions' ||
|
||||||
github.actor == 'GaboFDC' || github.actor == 'ferrarimarco' }}
|
github.actor == 'GaboFDC' || github.actor == 'ferrarimarco' }}
|
||||||
|
@ -196,7 +196,7 @@ jobs:
|
||||||
issue_number: "${{ steps.create-issue.outputs.result }}",
|
issue_number: "${{ steps.create-issue.outputs.result }}",
|
||||||
assignees: [
|
assignees: [
|
||||||
'admiralawkbar',
|
'admiralawkbar',
|
||||||
'jwiebalk',
|
'lindluni',
|
||||||
'IAmHughes',
|
'IAmHughes',
|
||||||
'nemchik',
|
'nemchik',
|
||||||
'Hanse00',
|
'Hanse00',
|
||||||
|
|
Loading…
Reference in a new issue