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,
|
repo: context.repo.repo,
|
||||||
issue_number: "${{ steps.create-issue.outputs.result }}",
|
issue_number: "${{ steps.create-issue.outputs.result }}",
|
||||||
assignees: [
|
assignees: [
|
||||||
'admiralawkbar',
|
'lindluni'
|
||||||
'jwiebalk',
|
|
||||||
'IAmHughes',
|
|
||||||
'nemchik',
|
|
||||||
'Hanse00',
|
|
||||||
'GaboFDC',
|
|
||||||
'ferrarimarco'
|
|
||||||
]
|
]
|
||||||
})
|
})
|
||||||
|
|
8
.github/workflows/deploy-release.yml
vendored
8
.github/workflows/deploy-release.yml
vendored
|
@ -150,12 +150,6 @@ jobs:
|
||||||
repo: context.repo.repo,
|
repo: context.repo.repo,
|
||||||
issue_number: "${{ steps.create-issue.outputs.result }}",
|
issue_number: "${{ steps.create-issue.outputs.result }}",
|
||||||
assignees: [
|
assignees: [
|
||||||
'admiralawkbar',
|
'lindluni'
|
||||||
'lindluni',
|
|
||||||
'IAmHughes',
|
|
||||||
'nemchik',
|
|
||||||
'Hanse00',
|
|
||||||
'GaboFDC',
|
|
||||||
'ferrarimarco'
|
|
||||||
]
|
]
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue