Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
aafdf741
Unverified
Commit
aafdf741
authored
Aug 18, 2023
by
James Lamb
Committed by
GitHub
Aug 18, 2023
Browse files
[ci] prevent lock-threads from locking issues with label 'feature request' (#6047)
parent
7a801f7b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
.github/workflows/lock.yml
.github/workflows/lock.yml
+3
-3
No files found.
.github/workflows/lock.yml
View file @
aafdf741
...
@@ -26,16 +26,16 @@ jobs:
...
@@ -26,16 +26,16 @@ jobs:
pr-inactive-days
:
'
90'
pr-inactive-days
:
'
90'
# do not close feature request issues...
# do not close feature request issues...
# we close those but track them in https://github.com/microsoft/LightGBM/issues/2302
# we close those but track them in https://github.com/microsoft/LightGBM/issues/2302
exclude-any-issue-labels
:
'
feature
request'
exclude-any-issue-labels
:
'
"
feature
request
"
'
# what labels should be removed prior to locking?
# what labels should be removed prior to locking?
remove-issue-labels
:
'
awaiting
response,awaiting
review,blocking,in
progress'
remove-issue-labels
:
'
awaiting
response,awaiting
review,blocking,in
progress'
remove-pr-labels
:
'
awaiting
response,awaiting
review,blocking,in
progress'
remove-pr-labels
:
'
awaiting
response,awaiting
review,blocking,in
progress'
# what message should be posted prior to locking?
# what message should be posted prior to locking?
issue-comment
:
|
issue-comment
:
>
This issue has been automatically locked since there has not been any recent activity since it was closed.
This issue has been automatically locked since there has not been any recent activity since it was closed.
To start a new related discussion, open a new issue at https://github.com/microsoft/LightGBM/issues
To start a new related discussion, open a new issue at https://github.com/microsoft/LightGBM/issues
including a reference to this.
including a reference to this.
pr-comment
:
|
pr-comment
:
>
This pull request has been automatically locked since there has not been any recent activity since it was closed.
This pull request has been automatically locked since there has not been any recent activity since it was closed.
To start a new related discussion, open a new issue at https://github.com/microsoft/LightGBM/issues
To start a new related discussion, open a new issue at https://github.com/microsoft/LightGBM/issues
including a reference to this.
including a reference to this.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment