Skip to content

Commit

Permalink
Configure files for terraformbot (#82)
Browse files Browse the repository at this point in the history
* Create CODEOWNERS

* Create autoAssignees.yml

* Create labeler.yml

* Update CODEOWNERS
  • Loading branch information
zunlihu authored and metacpp committed Nov 4, 2018
1 parent e9b4363 commit a1ea390
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
os/ @metacpp
test/ @junyiyi
*.tf @tf-owner
27 changes: 27 additions & 0 deletions .github/autoAssignees.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
labelToAuthor: {
"bug": [metacpp]
"cla-already-signed": []
"cla-not-required": []
"cla-required": []
"cla-signed": []
"design discussion": []
"duplicate": []
"enhancement": []
"help wanted": []
"invalid": []
"kitchen": []
"microsoft/P2": []
"microsoft/P3": []
"need review": []
"not reproduced": []
"question": []
"rake": []
"ready to merge": []
"review": []
"size/M": []
"size/S": []
"terraform": []
"testing": []
"upstream provider": []
"wontfix": []
}
7 changes: 7 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Number of labels to fetch (optional). Defaults to 20
numLabels: 40
# These labels will not be used even if the issue contains them (optional).
# Pass a blank array if no labels are to be excluded.
# excludeLabels: []
excludeLabels:
- pinned

0 comments on commit a1ea390

Please sign in to comment.