Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
FTL
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
Pi-hole
FTL
Commits
2ffb36df
Unverified
Commit
2ffb36df
authored
2 years ago
by
Christian König
Browse files
Options
Downloads
Patches
Plain Diff
Use env variable
Signed-off-by:
Christian König
<
ckoenig@posteo.de
>
parent
380dd7e1
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/stale.yml
+2
-2
2 additions, 2 deletions
.github/workflows/stale.yml
with
2 additions
and
2 deletions
.github/workflows/stale.yml
+
2
−
2
View file @
2ffb36df
...
...
@@ -23,7 +23,7 @@ jobs:
days-before-stale
:
30
days-before-close
:
5
stale-issue-message
:
'
This
issue
is
stale
because
it
has
been
open
30
days
with
no
activity.
Please
comment
or
update
this
issue
or
it
will
be
closed
in
5
days.'
stale-issue-label
:
$
stale_label
stale-issue-label
:
'
${{
env.
stale_label
}}'
exempt-issue-labels
:
'
Fixed
in
next
release,
Bug,
Bug:Confirmed,
Bugfix
in
progress,
documentation
needed,
internal'
exempt-all-issue-assignees
:
true
operations-per-run
:
300
...
...
@@ -42,7 +42,7 @@ jobs:
-
name
:
Checkout
uses
:
actions/checkout@v3.4.0
-
name
:
Remove 'stale' label
run
:
gh issue edit ${{ github.event.issue.number }} --remove-label $stale_label
run
:
gh issue edit ${{ github.event.issue.number }} --remove-label $
{{ env.
stale_label
}}
env
:
GITHUB_TOKEN
:
${{ secrets.GITHUB_TOKEN }}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment