1- # Configuration for request-info - https://github.com/behaviorbot/request-info
2-
3- # *Required* Comment to reply with
4- requestInfoReplyComment : >
5- :clap: We would appreciate it if you could provide us with more info about this issue/pr!
6-
7- # *OPTIONAL* default titles to check against for lack of descriptiveness
8- # MUST BE ALL LOWERCASE
9- requestInfoDefaultTitles :
10- - update readme.md
11- - updates
12- - update
13-
14- # *OPTIONAL* Label to be added to Issues and Pull Requests with insufficient information given
15- requestInfoLabelToAdd : " Status: More Information Needed"
16-
17-
18-
19-
20- # Configuration for welcome - https://github.com/behaviorbot/welcome
21-
22- # Configuration for new-issue-welcome - https://github.com/behaviorbot/new-issue-welcome
23-
24- # Comment to be posted to on first time issues
25- newIssueWelcomeComment : >
26- :raised_hands: Thanks for opening your first issue here! Be sure to follow the issue template!
27-
28- # Configuration for new-pr-welcome - https://github.com/behaviorbot/new-pr-welcome
29-
30- # Comment to be posted to on PRs from first time contributors in your repository
31- newPRWelcomeComment : >
32- :raised_hands: Thanks for opening this pull request! Please check out our contributing guidelines.
33-
34- # Configuration for first-pr-merge - https://github.com/behaviorbot/first-pr-merge
35-
36- # Comment to be posted to on pull requests merged by a first time user
37- firstPRMergeComment : >
38- :tada: Congrats on merging your first pull request! We here at behaviorbot are proud of you!
39-
40-
41-
42- # Configuration for todo - https://github.com/jasonetco/todo
43- todo :
1+ # Configuration for request-info - https://github.com/behaviorbot/request-info
2+
3+ # *Required* Comment to reply with
4+ requestInfoReplyComment : >
5+ :clap: We would appreciate it if you could provide us with more info about this issue/pr!
6+
7+ # *OPTIONAL* default titles to check against for lack of descriptiveness
8+ # MUST BE ALL LOWERCASE
9+ requestInfoDefaultTitles :
10+ - update readme.md
11+ - updates
12+ - update
13+
14+ # *OPTIONAL* Label to be added to Issues and Pull Requests with insufficient information given
15+ requestInfoLabelToAdd : " Status: More Information Needed"
16+
17+
18+
19+
20+ # Configuration for welcome - https://github.com/behaviorbot/welcome
21+
22+ # Configuration for new-issue-welcome - https://github.com/behaviorbot/new-issue-welcome
23+
24+ # Comment to be posted to on first time issues
25+ newIssueWelcomeComment : >
26+ :raised_hands: Thanks for opening your first issue here! Be sure to follow the issue template!
27+
28+ # Configuration for new-pr-welcome - https://github.com/behaviorbot/new-pr-welcome
29+
30+ # Comment to be posted to on PRs from first time contributors in your repository
31+ newPRWelcomeComment : >
32+ :raised_hands: Thanks for opening this pull request! Please check out our contributing guidelines.
33+
34+ # Configuration for first-pr-merge - https://github.com/behaviorbot/first-pr-merge
35+
36+ # Comment to be posted to on pull requests merged by a first time user
37+ firstPRMergeComment : >
38+ :tada: Congrats on merging your first pull request! We here at behaviorbot are proud of you!
39+
40+
41+
42+ # Configuration for todo - https://github.com/jasonetco/todo
43+ todo :
4444 - label : " Type: Todo"
0 commit comments