diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..1e8c20b --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,3 @@ +os/ @metacpp +test/ @junyiyi +*.tf @tf-owner diff --git a/.github/autoAssignees.yml b/.github/autoAssignees.yml new file mode 100644 index 0000000..418f471 --- /dev/null +++ b/.github/autoAssignees.yml @@ -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": [] +} diff --git a/.github/labeler.yml b/.github/labeler.yml new file mode 100644 index 0000000..c3ebd28 --- /dev/null +++ b/.github/labeler.yml @@ -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