From e5749bfe8bb73f204409c9d58aa47f64fceb0a1e Mon Sep 17 00:00:00 2001 From: JeremyWuuuuu <15975785+JeremyWuuuuu@users.noreply.github.com> Date: Tue, 17 May 2022 11:16:34 +0800 Subject: [PATCH] feat(project): introducing triage bot (#7732) - Add triage bot configuration. --- .github/triage.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/triage.yml diff --git a/.github/triage.yml b/.github/triage.yml new file mode 100644 index 0000000000..98eaa84425 --- /dev/null +++ b/.github/triage.yml @@ -0,0 +1,15 @@ +--- +autoAssignWhenPRCreated: true +firstTimePRLabels: + - 1st contribution +labelsWhenPROpened: + - Needs Review +firstTimePRGreetings: | + 👋 @{user}, seems like this is your first time contribution to {repo}. + - Please make sure that you have read our [guidelines](#{guideline_url}) and [code of conduct]({coc_url}) before making a contribution. + - You can comment with `/label Components:[component_name]` to add a label for which component you are working on. + - You may join our Discord for staying tuned. +PRGreetings: | + 👋 @{user}, thank you for contributing {repo}. + - You can comment with `/label Components:[component_name]` to add a label for which component you are working on. + - You may join our Discord for staying tuned.