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
2bd60c8f
Unverified
Commit
2bd60c8f
authored
Jan 03, 2024
by
James Lamb
Committed by
GitHub
Jan 03, 2024
Browse files
[ci] update issue-locking workflow (#6256)
parent
78d021c1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
.github/workflows/lock.yml
.github/workflows/lock.yml
+5
-4
No files found.
.github/workflows/lock.yml
View file @
2bd60c8f
...
@@ -18,15 +18,15 @@ jobs:
...
@@ -18,15 +18,15 @@ jobs:
action
:
action
:
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
steps
:
steps
:
-
uses
:
dessant/lock-threads@v
4
-
uses
:
dessant/lock-threads@v
5
with
:
with
:
github-token
:
${{ github.token }}
github-token
:
${{ github.token }}
# after how many days of inactivity should a closed issue/PR be locked?
# after how many days of inactivity should a closed issue/PR be locked?
issue-inactive-days
:
'
90
'
issue-inactive-days
:
'
365
'
pr-inactive-days
:
'
90
'
pr-inactive-days
:
'
365
'
# 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'
...
@@ -42,3 +42,4 @@ jobs:
...
@@ -42,3 +42,4 @@ jobs:
# what shoulld the locking status be?
# what shoulld the locking status be?
issue-lock-reason
:
'
resolved'
issue-lock-reason
:
'
resolved'
pr-lock-reason
:
'
resolved'
pr-lock-reason
:
'
resolved'
process-only
:
'
issues,
prs'
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