Commit Graph

10 Commits

Author SHA1 Message Date
Miek Gieben
d9efa96374 Make every one an approver (#2201)
Automatically submitted.
2018-10-16 19:10:00 +00:00
Miek Gieben
288aef5f2b OWNERS: add aliases (#2175)
add /approve and /wai as aliases.

Signed-off-by: Miek Gieben <miek@miek.nl>
2018-10-10 06:16:32 -07:00
dilyevsky
063999551d Add @dilyevsky to reviewers. (#2094)
* Add @dilyevsky to reviewers.

Per @miekg suggestion on https://github.com/coredns/coredns/pull/2050#pullrequestreview-149538954
adding myself to OWNERS file.

* Also add me into plugin/route53-specific reviewers/approvers.
2018-09-13 15:22:57 -07:00
Miek Gieben
3b9da82392 release: automate the release (#1935)
* release: automate the release

This PR aims to various pieces into place so we can automate the coredns
release. It needs the script from coredns/release to be installed. Dreck
is to be setup as described in coredns/release/README.md

The release-coredns script can be tested and allows for other branches
than master to be test.

This PR also features some cleanup in the Makefile.release so we don't
call the godep target for each linux release - this speeds it up for
some bit.

Manually running ./release-coredns -t auto-release builds the artifects
for this release, but (of course) doesn't upload anything yet.

Add /release to the OWNERS and allow command to be executed (this still
needs to be tested).

Signed-off-by: Miek Gieben <miek@miek.nl>

* that makefile target doesnt exist anymore

Signed-off-by: Miek Gieben <miek@miek.nl>

* test release for now

Signed-off-by: Miek Gieben <miek@miek.nl>

* Slightly better output

Signed-off-by: Miek Gieben <miek@miek.nl>

* remove again

Signed-off-by: Miek Gieben <miek@miek.nl>
2018-07-09 20:35:58 -07:00
Miek Gieben
4ec613e186 Enable new features of Corbot (#1831)
enable alias and add one, so that "/plugin: forward" adds a label
called plugin-forward to the issue.

enable branches that automatically delete merged branches.
2018-05-23 23:17:26 +01:00
Miek Gieben
5e7c399117 Enable CorBot (#1787)
This enables CorBot to help with issues and PRs. See
github.com/miekg/dreck for the implementation and README (a bit sparse).
2018-05-09 15:48:32 +01:00
Miek Gieben
15d989e294 Revert "add"
This reverts commit 6416925ace.
2018-05-05 19:07:50 +01:00
Miek Gieben
6416925ace add 2018-05-05 19:07:20 +01:00
Miek Gieben
fd7abd9849 Add OWNERS file (#1486)
This should have everyone, but the process was quite manual. The rename
from middleware -> plugin also meant I had to do some extra digging on
who actually submitted the PR. I also double checked the current list of
people with commit access.

Every plugin now has an OWNERS, except *reverse*. I'll file a bug for
that.
2018-02-08 10:55:51 +00:00
Miek Gieben
841e1a44ac Add OWNERS (#1469)
This adds the inital top-level OWNERS file. Each plugin should also get
one, but that will be more work.

Ref: #1454
2018-01-30 10:28:56 -08:00