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
yaoyuping
nnDetection
Commits
934e718d
Unverified
Commit
934e718d
authored
Jan 02, 2024
by
Michael Baumgartner
Committed by
GitHub
Jan 02, 2024
Browse files
add action for stale issues
parent
b2e0e482
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
0 deletions
+23
-0
.github/workflows/close_issues.yml
.github/workflows/close_issues.yml
+23
-0
No files found.
.github/workflows/close_issues.yml
0 → 100644
View file @
934e718d
name
:
Close inactive issues
on
:
schedule
:
-
cron
:
"
30
1
*
*
*"
jobs
:
close-issues
:
runs-on
:
ubuntu-latest
permissions
:
issues
:
write
pull-requests
:
write
steps
:
-
uses
:
actions/stale@v5
with
:
exempt-issue-labels
:
"
bug"
,
"
documentation"
,
"
enhancement"
,
"
fix
after
next
release"
,
"
help
wanted"
,
"
investigating"
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 }}
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