You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
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>
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>
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>
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>