Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
d4c2f0a3
Unverified
Commit
d4c2f0a3
authored
Jun 26, 2025
by
Anant Sharma
Committed by
GitHub
Jun 26, 2025
Browse files
chore: add exempt issue labels to stale cleaner config (#1617)
Signed-off-by:
Anant Sharma
<
anants@nvidia.com
>
parent
5fe5a950
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
.github/workflows/stale_cleaner.yml
.github/workflows/stale_cleaner.yml
+3
-2
No files found.
.github/workflows/stale_cleaner.yml
View file @
d4c2f0a3
...
...
@@ -27,11 +27,12 @@ jobs:
steps
:
-
uses
:
actions/stale@v9
with
:
stale-issue-message
:
'
This
issue
is
stale
because
it
has
been
open
30
days
with
no
activity.
Remove
stale
label
or
comment
or
this
will
be
closed
in
5
days.'
stale-issue-message
:
'
This
issue
is
stale
because
it
has
been
open
30
days
with
no
activity.
Remove
stale
label
or
comment
or
this
will
be
closed
in
5
days.
As
a
reminder,
please
use
backlog
label
to
avoid
issues
being
marked
as
stale.
'
close-issue-message
:
'
This
issue
has
been
closed
due
to
inactivity.
If
you
believe
this
issue
is
still
relevant,
please
feel
free
to
reopen
it
with
additional
context
or
information.'
stale-pr-message
:
'
This
PR
is
stale
because
it
has
been
open
30
days
with
no
activity.
Remove
stale
label
or
comment
or
this
will
be
closed
in
5
days.'
close-pr-message
:
'
This
PR
has
been
closed
due
to
inactivity.
If
you
believe
this
PR
is
still
relevant,
please
feel
free
to
reopen
it
with
additional
context
or
information.'
delete-branch
:
true
days-before-stale
:
30
days-before-close
:
5
any-of-issue-labels
:
'
bug'
\ No newline at end of file
any-of-issue-labels
:
'
bug'
exempt-issue-labels
:
'
backlog'
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