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
dgl
Commits
d3930bab
Unverified
Commit
d3930bab
authored
Jan 23, 2022
by
Jinjing Zhou
Committed by
GitHub
Jan 23, 2022
Browse files
Add stale issue bot (#3673)
* Create stale.yml * Update stale.yml
parent
512a80b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
0 deletions
+31
-0
.github/workflows/stale.yml
.github/workflows/stale.yml
+31
-0
No files found.
.github/workflows/stale.yml
0 → 100644
View file @
d3930bab
# This workflow warns and then closes issues and PRs that have had no activity for a specified amount of time.
#
# You can adjust the behavior by modifying this file.
# For more information, see:
# https://github.com/actions/stale
name
:
Mark stale issues and pull requests
on
:
schedule
:
-
cron
:
'
0
1
*
*
*'
jobs
:
stale
:
runs-on
:
ubuntu-latest
permissions
:
issues
:
write
pull-requests
:
write
steps
:
-
uses
:
actions/stale@v4.1.0
with
:
repo-token
:
${{ secrets.GITHUB_TOKEN }}
days-before-issue-stale
:
30
days-before-issue-close
:
7
days-before-pr-stale
:
-1
# disable stale bot on pr
days-before-pr-close
:
-1
# disable stale bot on pr
stale-issue-message
:
'
This
issue
has
been
automatically
marked
as
stale
due
to
lack
of
activity.
It
will
be
closed
if
no
further
activity
occurs.
Thank
you'
close-issue-message
:
'
This
issue
is
closed
due
to
lack
of
activity.
Feel
free
to
reopen
it
if
you
still
have
questions.'
stale-issue-label
:
'
stale-issue'
exempt-issue-labels
:
'
RFC,pinned,bug,dist
DGL,doc,enhancement,feature
request,help
wanted,model
request,wontfix,Suspended,system
performance,windows,PyTorch,MXNet,TensorFlow'
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