File tree 2 files changed +45
-0
lines changed
2 files changed +45
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Configuration for welcome - https://github.com/behaviorbot/welcome
2
+
3
+ # Configuration for new-issue-welcome - https://github.com/behaviorbot/new-issue-welcome
4
+
5
+ # Comment to be posted to on first time issues
6
+ newIssueWelcomeComment : >
7
+ Thanks for opening your first issue here! Be sure to follow the issue template!
8
+
9
+ # Configuration for new-pr-welcome - https://github.com/behaviorbot/new-pr-welcome
10
+
11
+ # Comment to be posted to on PRs from first time contributors in your repository
12
+ newPRWelcomeComment : >
13
+ Thanks for opening this pull request! Please check out our contributing guidelines.
14
+
15
+ # Configuration for first-pr-merge - https://github.com/behaviorbot/first-pr-merge
16
+
17
+ # Comment to be posted to on pull requests merged by a first time user
18
+ firstPRMergeComment : >
19
+ Congrats on your first merged pull request!
20
+
21
+ # It is recommended to include as many gifs and emojis as possible!v
22
+
23
+ # Example /.github/config.yml file for a repository
24
+ project :
25
+ type : " REPOSITORY" # or "ORGANIZATION"
26
+ number : 1
27
+ new_issue_column :
28
+ index : 0
29
+ # name: "To do"
30
+ new_pull_request_column :
31
+ index : 1
32
+ # name: "In progress"
Original file line number Diff line number Diff line change
1
+ # Configuration for probot-no-response - https://github.com/probot/no-response
2
+
3
+ # Number of days of inactivity before an Issue is closed for lack of response
4
+ daysUntilClose : 14
5
+ # Label requiring a response
6
+ responseRequiredLabel : more-information-needed
7
+ # Comment to post when closing an Issue for lack of response. Set to `false` to disable
8
+ closeComment : >
9
+ This issue has been automatically closed because there has been no response
10
+ to our request for more information from the original author. With only the
11
+ information that is currently in the issue, we don't have enough information
12
+ to take action. Please reach out if you have or find the answers we need so
13
+ that we can investigate further.
You can’t perform that action at this time.
0 commit comments