-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Create release-drafter.yml * Create no-response.yml * disable comments * Apply suggestions from code review * Update release-drafter.yml * Apply suggestions from code review * Update .vsts-ci.yml
- Loading branch information
Showing
3 changed files
with
32 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Configuration for probot-no-response - https://github.com/probot/no-response | ||
|
||
# Number of days of inactivity before an Issue is closed for lack of response | ||
daysUntilClose: 30 | ||
# Label requiring a response | ||
responseRequiredLabel: awaiting response | ||
# Comment to post when closing an Issue for lack of response. Set to `false` to disable | ||
closeComment: > | ||
This issue has been automatically closed because it has been awaiting a response for too long. | ||
When you have time to to work with the maintainers to resolve this issue, please post a new comment and it will be re-opened. | ||
If the issue has been locked for editing by the time you return to it, please open a new issue and reference this one. Thank you for taking the time to improve LightGBM! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
name-template: v$NEXT_PATCH_VERSION | ||
tag-template: v$NEXT_PATCH_VERSION | ||
categories: | ||
- title: 💡 New Features | ||
label: feature | ||
- title: 🔨 Breaking | ||
label: breaking | ||
- title: 🚀 Efficiency Improvement | ||
label: efficiency | ||
- title: 🐛 Bug Fixes | ||
label: fix | ||
- title: 📖 Documentation | ||
label: doc | ||
- title: 🧰 Maintenance | ||
label: maintenance | ||
tag-template: - $TITLE @$AUTHOR (#$NUMBER) | ||
template: | | ||
## Changes | ||
$CHANGES |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -188,4 +188,4 @@ jobs: | |
assetUploadMode: 'delete' | ||
isDraft: true | ||
isPreRelease: false | ||
addChangeLog: true | ||
addChangeLog: false |