-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.yml
45 lines (32 loc) · 1.69 KB
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
## Configuration for request-info - https://github.com/behaviorbot/request-info
# *Required* Comment to reply with
#requestInfoReplyComment: >
# We would appreciate it if you could provide us with more info about this issue/PR!
# *OPTIONAL* default titles to check against for lack of descriptiveness
# MUST BE ALL LOWERCASE
requestInfoDefaultTitles:
- update readme.md
- updates
- error
- issue
# *OPTIONAL* Label to be added to Issues and Pull Requests with insufficient information given
requestInfoLabelToAdd: needs-more-info
## Configuration for todo - https://github.com/jasonetco/todo
todo:
keyword: "@makeAnIssue"
# Configuration for welcome - https://github.com/behaviorbot/welcome
# Configuration for new-issue-welcome - https://github.com/behaviorbot/new-issue-welcome
# Comment to be posted to on first time issues
newIssueWelcomeComment: >
Thanks for opening your first issue here! Be sure to follow the issue templates :simple_smile: !
# Configuration for new-pr-welcome - https://github.com/behaviorbot/new-pr-welcome
# Comment to be posted to on PRs from first time contributors in your repository
newPRWelcomeComment: >
Thanks for opening this PR (Pull Request)! Please check out our [contributing guidelines](https://github.com/Berkmann18/community-starter-kit/blob/master/CONTRIBUTING.md).
# Configuration for first-pr-merge - https://github.com/behaviorbot/first-pr-merge
# Comment to be posted to on pull requests merged by a first time user
firstPRMergeComment: >
:tada: Congrats on merging your first PR! We are proud of you!
requestInfoReplyComment: >
We would appreciate it if you could provide us with more info about this issue/PR!
#requestInfoLabelToAdd: request-info