8000 Tags · thestrukture/derek · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: thestrukture/derek

Tags

0.8.4

Toggle 0.8.4's commit message
Correct --sign-off to --signoff in bot feedback

Signed-off-by: Richard Gee <richard@technologee.co.uk>

0.8.3

Toggle 0.8.3's commit message
Add comma separated multi labels facility

Currently to add multiple labels a maintainer must add one comment for each label.
This change enables multiple labels to be applied through a single comment, by allowing
for a comma separated list to be provided.

As the deletion of multiple labels is currently an iterative process, due to how the github API is presented, an error could occur mid-flow when deleting and cause subsequent labels to not be applied. Mitigation against this is that labels are visually verifiable.

Signed-off-by: Richard Gee <richard@technologee.co.uk>

0.8.2

Toggle 0.8.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Use github client instead of making raw http request

Signed-off-by: Matias Pan <matias.pan26@gmail.com>

0.8.1

Toggle 0.8.1's commit message
Add Private repo flag

- throws error into logs when private repo detected

Signed-off-by: Alex Ellis <alexellis2@gmail.com>

0.8.0

Toggle 0.8.0's commit message
Allow slash alias all the time

- enables use of / as an alias for Derek commands all the time
whether configured or otherwise
- updates Makefile to run all unit tests, not just those in the
root main package

Signed-off-by: Alex Ellis <alexellis2@gmail.com>

0.7.2

Toggle 0.7.2's commit message
Update contributor no-DCO message

- this change is to reduce maintainer fatigue.

Signed-off-by: Alex Ellis <alexellis2@gmail.com>

0.7.1

Toggle 0.7.1's commit message
Add namespace in secret creation

Adding namespace when creating the secret since
the command was invalid and misleading

Signed-off-by: Martin Dekov (VMware) <mdekov@vmware.com>

0.7.0

Toggle 0.7.0's commit message
Add support for `assign reviewer`

This adds  support for comments of type:
`Derek set reviewer: user` and `Derek clear reviewer: user`.
Works only with a single reviewer

Signed-off-by: Ivana Yovcheva <iyovcheva@vmware.com>

0.6.5

Toggle 0.6.5's commit message
Add pr_description_required to features

This commit adds a new feature for pr_description_required
This feature will verify that the incoming PR has
something in the description (aka body)

If there is no description, the invalid label will be applied
and a comment will be added to the PR with a link to the
contributing guide.

Signed-off-by: Burton Rheutan <rheutan7@gmail.com>

0.6.4

Toggle 0.6.4's commit message
add handler package

Signed-off-by: Cheikh Seck <cheikhhseck@gmail.com>

add signature

Signed-off-by: Cheikh Seck <cheikhhseck@gmail.com>

Revert "add signature"

This reverts commit ed54c2f.

refactor main.go to use handler package. Signed-off-by: Cheikh Seck <cheikhhseck@gmail.com>

export ClosedConstant from handler package.
Signed-off-by: Cheikh Seck <cheikhhseck@gmail.com>
0