feat(project): introducing triage bot (#7732)

- Add triage bot configuration.
This commit is contained in:
JeremyWuuuuu 2022-05-17 11:16:34 +08:00 committed by GitHub
parent ec6f1444ab
commit e5749bfe8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

15
.github/triage.yml vendored Normal file
View File

@ -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 <img src="https://img.shields.io/discord/746646622431346728?label=Discord&logo=discord&style=flat" alt="Discord" style="vertical-align: middle;" /> 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 <img src="https://img.shields.io/discord/746646622431346728?label=Discord&logo=discord&style=flat" alt="Discord" style="vertical-align: middle;" /> for staying tuned.