Skip to content

Commit

Permalink
Enable and configure milestone plugin (knative#267)
Browse files Browse the repository at this point in the history
* Enable and configure milestone plugin

This won't actually work until the maintainers team is created and its
team id is filled in.

* Update with actual milestone team id
  • Loading branch information
grantr authored and knative-prow-robot committed Nov 21, 2018
1 parent e861729 commit 6a266d8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ci/prow/plugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@ approve:
implicit_self_approve: true
review_acts_as_approve: true

repo_milestone:
# Default maintainer
'':
# You can curl the following endpoint in order to determine the github ID of
# your team responsible for maintaining the milestones:
# curl -H "Authorization: token <token>" https://api.github.com/orgs/<org-name>/teams
maintainers_id: 3012514
maintainers_team: knative-milestone-maintainers

plugins:
knative:
- approve
Expand All @@ -33,6 +42,7 @@ plugins:
- label
- lgtm
- lifecycle
- milestone
- shrug
- size
- skip
Expand Down

0 comments on commit 6a266d8

Please sign in to comment.