Skip to content

Commit

Permalink
TOOLS-2404 joyent/rfd shouldn't need GitHub master branch protection (#…
Browse files Browse the repository at this point in the history
…273)

Reviewed by: Trent Mick <trentm@gmail.com>
  • Loading branch information
Tim Foster authored Jan 21, 2020
1 parent 1780fd6 commit 3b3340d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tools/jr-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@
"name": "customerimages",
"type": "boolean",
"description": "PROPOSED a repo involved in base and customer image creation"
},
{
"name": "nobranchprotection",
"type": "boolean",
"description": "a repo that does not require github master branch protections"
}
],
"defaults": {
Expand Down Expand Up @@ -464,7 +469,8 @@
{
"name": "rfd",
"labels": {
"meta": true
"meta": true,
"nobranchprotection": true
}
},
{
Expand Down

0 comments on commit 3b3340d

Please sign in to comment.