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
26dc54ec
Unverified
Commit
26dc54ec
authored
Sep 29, 2022
by
Minjie Wang
Committed by
GitHub
Sep 29, 2022
Browse files
[Github] Update Github stable bot (#4659)
- Disable automatic issue closing - Correct the labels to exempt.
parent
765d725e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.github/workflows/stale.yml
.github/workflows/stale.yml
+2
-2
No files found.
.github/workflows/stale.yml
View file @
26dc54ec
...
...
@@ -22,10 +22,10 @@ jobs:
with
:
repo-token
:
${{ secrets.GITHUB_TOKEN }}
days-before-issue-stale
:
30
days-before-issue-close
:
7
days-before-issue-close
:
-1
# disable issue close
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'
exempt-issue-labels
:
'
Roadmap,
RFC,pinned,bug
:confirmed,bug:unconfirmed
,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