Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Mizu
Commits
31d95c65
Unverified
Commit
31d95c65
authored
3 years ago
by
gadotroee
Committed by
GitHub
3 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Auto close inactive issues (#441)
parent
67e9cc10
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/inactive-issues-close.yaml
+22
-0
.github/workflows/inactive-issues-close.yaml
with
22 additions
and
0 deletions
+22
-0
.github/workflows/inactive-issues-close.yaml
0 → 100644
+
22
-
0
View file @
31d95c65
name
:
Close inactive issues
on
:
schedule
:
-
cron
:
"
0
0
*
*
*"
jobs
:
close-issues
:
runs-on
:
ubuntu-latest
permissions
:
issues
:
write
pull-requests
:
write
steps
:
-
uses
:
actions/stale@v3
with
:
days-before-issue-stale
:
30
days-before-issue-close
:
14
stale-issue-label
:
"
stale"
stale-issue-message
:
"
This
issue
is
stale
because
it
has
been
open
for
30
days
with
no
activity."
close-issue-message
:
"
This
issue
was
closed
because
it
has
been
inactive
for
14
days
since
being
marked
as
stale."
days-before-pr-stale
:
-1
days-before-pr-close
:
-1
repo-token
:
${{ secrets.GITHUB_TOKEN }}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
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
Menu
Projects
Groups
Snippets
Help