Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
one
spconv
Commits
9bf390da
Commit
9bf390da
authored
Nov 11, 2021
by
yan.yan
Browse files
limit number of closed issues per day.
parent
fb8b4722
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
1 deletion
+12
-1
.github/workflows/stale.yaml
.github/workflows/stale.yaml
+12
-1
No files found.
.github/workflows/stale.yaml
View file @
9bf390da
...
@@ -3,6 +3,14 @@ name: 'Close stale issues and PRs'
...
@@ -3,6 +3,14 @@ name: 'Close stale issues and PRs'
on
:
on
:
schedule
:
schedule
:
-
cron
:
'
30
1
*
*
*'
-
cron
:
'
30
1
*
*
*'
workflow_dispatch
:
inputs
:
logLevel
:
description
:
'
Log
level'
required
:
true
default
:
'
warning'
tags
:
description
:
'
trigger
issue
autoclose
manually'
permissions
:
permissions
:
issues
:
write
issues
:
write
...
@@ -16,4 +24,7 @@ jobs:
...
@@ -16,4 +24,7 @@ jobs:
with
:
with
:
stale-issue-message
:
'
'
stale-issue-message
:
'
'
stale-pr-message
:
'
'
stale-pr-message
:
'
'
operations-per-run
:
500
operations-per-run
:
30
days-before-close
:
0
days-before-stale
:
60
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