File tree Expand file tree Collapse file tree
hooks/jenkins/master-branch-protect Expand file tree Collapse file tree 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
298298 "required_pull_request_reviews" : {
299299 "dismissal_restrictions" : {
300300 "users" : [
301- " hollyw0od " ,
301+ " hollywood " ,
302302 " primetheus"
303303 ],
304304 "teams" : [
@@ -310,7 +310,7 @@ The payload is defined in `JSON` format and will be stored in the pipeline as a
310310 },
311311 "restrictions" : {
312312 "users" : [
313- " hollyw0od " ,
313+ " hollywood " ,
314314 " primetheus"
315315 ],
316316 "teams" : [
@@ -449,7 +449,7 @@ node {
449449 "required_pull_request_reviews": {
450450 "dismissal_restrictions": {
451451 "users": [
452- "hollyw0od ",
452+ "hollywood ",
453453 "primetheus"
454454 ],
455455 "teams": [
@@ -461,7 +461,7 @@ node {
461461 },
462462 "restrictions": {
463463 "users": [
464- "hollyw0od ",
464+ "hollywood ",
465465 "primetheus"
466466 ],
467467 "teams": [
You can’t perform that action at this time.
0 commit comments