File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
hooks/jenkins/master-branch-protect Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -298,7 +298,7 @@ The payload is defined in `JSON` format and will be stored in the pipeline as a
298
298
"required_pull_request_reviews" : {
299
299
"dismissal_restrictions" : {
300
300
"users" : [
301
- " hollyw0od " ,
301
+ " hollywood " ,
302
302
" primetheus"
303
303
],
304
304
"teams" : [
@@ -310,7 +310,7 @@ The payload is defined in `JSON` format and will be stored in the pipeline as a
310
310
},
311
311
"restrictions" : {
312
312
"users" : [
313
- " hollyw0od " ,
313
+ " hollywood " ,
314
314
" primetheus"
315
315
],
316
316
"teams" : [
@@ -449,7 +449,7 @@ node {
449
449
"required_pull_request_reviews": {
450
450
"dismissal_restrictions": {
451
451
"users": [
452
- "hollyw0od ",
452
+ "hollywood ",
453
453
"primetheus"
454
454
],
455
455
"teams": [
@@ -461,7 +461,7 @@ node {
461
461
},
462
462
"restrictions": {
463
463
"users": [
464
- "hollyw0od ",
464
+ "hollywood ",
465
465
"primetheus"
466
466
],
467
467
"teams": [
You can’t perform that action at this time.
0 commit comments