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
OpenDAS
OpenPCDet
Commits
e6851409
"...git@developer.sourcefind.cn:OpenDAS/openpcdet.git" did not exist on "b6f114e581484b1d303cf3798bc2f34764306036"
Unverified
Commit
e6851409
authored
Feb 19, 2022
by
Martin Hahner
Committed by
GitHub
Feb 19, 2022
Browse files
Create close_stale_issues.yml (#813)
parent
1f261421
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
0 deletions
+26
-0
.github/workflows/close_stale_issues.yml
.github/workflows/close_stale_issues.yml
+26
-0
No files found.
.github/workflows/close_stale_issues.yml
0 → 100644
View file @
e6851409
# https://github.com/actions/stale
# https://github.com/marketplace/actions/close-stale-issues
# https://docs.github.com/en/actions/managing-issues-and-pull-requests/closing-inactive-issues
name
:
close stale issues
on
:
schedule
:
-
cron
:
"
30
1
*
*
*"
jobs
:
close-issues
:
runs-on
:
ubuntu-latest
permissions
:
issues
:
write
pull-requests
:
write
steps
:
-
uses
:
actions/stale@v4.1.0
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 }}
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