From 8dcc36b16ee7d29816f66ed011f5fa6b74cdec5d Mon Sep 17 00:00:00 2001 From: Bryan Cross Date: Tue, 30 May 2017 10:50:26 -0500 Subject: [PATCH 1/3] Forgot to change branches --- repo-template.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/repo-template.js b/repo-template.js index 62e1934..274335b 100644 --- a/repo-template.js +++ b/repo-template.js @@ -664,6 +664,8 @@ dispatcher.onPost('/everything', function(req,res) dispatcher.onPost('/pullrequest', function(req,res) { + //Is this an attempt to merge to the configured watch branch? + //Is the payload a properly formatted configuration request? res.writeHead(202, {'Content-Type': 'text/plain'}); res.end(""); From b3dfc73fb2c0821abf58fa34e2dfbee95ab443e4 Mon Sep 17 00:00:00 2001 From: Bryan Cross Date: Thu, 27 Jul 2017 17:33:09 -0500 Subject: [PATCH 2/3] asdf asdf --- .github/CODEOWNERS | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..0c2a495 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,16 @@ +# This is a comment. +# Each line is a file pattern followed by one or more owners. + +# These owners will be the default owners for everything in the repo. +# Unless a later match takes precedence, @global-owner1 and @global-owner2 +# will be requested for review when someone opens a pull request. +* @developers + +# Order is important; the last matching pattern takes the most precedence. +# When someone opens a pull request that only modifies JS files, only @js-owner +# and not the global owner(s) will be requested for a review. +*.js @bryancross + +# You can also use email addresses if you prefer. They'll be used to look up +# users just like we do for commit author emails. +docs/* docs@example.com From df2438fdf6aa57ae5b3dab8af64ed7d3626eabba Mon Sep 17 00:00:00 2001 From: Bryan Cross Date: Thu, 27 Jul 2017 17:33:40 -0500 Subject: [PATCH 3/3] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 41635f5..6b76a95 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # repo-template +No U's! + Utility server which accepts requests to create new repositories based on configuration files.