Skip to content

Commit

Permalink
ci: add botelastic descriptors for labelling issues (#17249)
Browse files Browse the repository at this point in the history
* ci: add botelastic descriptors for labelling issues

* cI: add label on PRs using botelastic

* ci: fix descriptor name

* ci: fix typo in comment
  • Loading branch information
mdelapenya authored Apr 19, 2020
1 parent ec0636f commit cdbc7d3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/comments.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
comments:
- label: needs_team
comment: |
This issue doesn't have a `Team:<team>` label.
5 changes: 5 additions & 0 deletions .github/labels.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
pulls:
opened:
add:
- needs_team
4 changes: 4 additions & 0 deletions .github/relabel.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
requiredLabels:
- missingLabel: needs_team
regex: Team:.+

0 comments on commit cdbc7d3

Please sign in to comment.