mirror of
https://gitlab.wikimedia.org/ladsgroup/Phabricator-maintenance-bot
synced 2024-11-28 15:02:39 +01:00
Make SRE being added only once
This commit is contained in:
parent
16e1af501b
commit
5b74f18851
1 changed files with 2 additions and 1 deletions
|
@ -35,7 +35,7 @@ rules = [
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
# H15 - note that #producrement tasks are private -> rule can't be disabled
|
# H15 - note that #producrement tasks are private -> rule can't be disabled
|
||||||
'add': 'Operations',
|
'add': 'SRE',
|
||||||
'in': [
|
'in': [
|
||||||
'ops-eqiad',
|
'ops-eqiad',
|
||||||
'ops-codfw',
|
'ops-codfw',
|
||||||
|
@ -54,6 +54,7 @@ rules = [
|
||||||
'LDAP-Access-Requests',
|
'LDAP-Access-Requests',
|
||||||
'Wikimedia-Mailing-lists',
|
'Wikimedia-Mailing-lists',
|
||||||
],
|
],
|
||||||
|
'once': True
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
# H14 - see T85596
|
# H14 - see T85596
|
||||||
|
|
Loading…
Reference in a new issue