Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.DEREK.yml 2.0 - YAML roles #22

Open
alexellis opened this issue Nov 13, 2017 · 3 comments
Open

.DEREK.yml 2.0 - YAML roles #22

alexellis opened this issue Nov 13, 2017 · 3 comments

Comments

@alexellis
Copy link
Owner

Version 2.0 of .DEREK.yml would be:

roles:
  - role: curator
     actions:
       - labels
       - close_issue
       - open_issue

  - role: maintainer
     actions:
       - close_issue
       - open_issue

users:
  - name: alexellis
    roles:
      - maintainer
  - name: rgee0
    roles:
      - maintainer
      - curator

features:
 - dco_check
 - comments
@alexellis
Copy link
Owner Author

Derek add label: priority/low

@spiffxp
Copy link

spiffxp commented Jan 27, 2019

Derek add label: question

I'm curious if I can do this without being in .DEREK.yaml

@alexellis
Copy link
Owner Author

Nope @spiffxp that's kind of the point of having a list of curators. Btw, you may find this little update on Derek interesting - https://www.openfaas.com/blog/migrating-derek-from-docker-swarm/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants