mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 08:41:02 -05:00
Temporary suspend notifications
Stopping issue notifications until we can sort out permissions on GHCR. Signed-off-by: Brett Logan <lindluni@github.com>
This commit is contained in:
parent
f965bd7e7c
commit
62d48af065
2 changed files with 2 additions and 14 deletions
8
.github/workflows/deploy-production.yml
vendored
8
.github/workflows/deploy-production.yml
vendored
|
@ -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'
|
||||
]
|
||||
})
|
||||
|
|
8
.github/workflows/deploy-release.yml
vendored
8
.github/workflows/deploy-release.yml
vendored
|
@ -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'
|
||||
]
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue