-
Notifications
You must be signed in to change notification settings - Fork 304
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Configure files for terraformbot (#82)
* Create CODEOWNERS * Create autoAssignees.yml * Create labeler.yml * Update CODEOWNERS
- Loading branch information
Showing
3 changed files
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
os/ @metacpp | ||
test/ @junyiyi | ||
*.tf @tf-owner |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |