Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ESP32-audioI2S
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
ESP32-audioI2S
Commits
6bf6c09e
Unverified
Commit
6bf6c09e
authored
Jan 05, 2024
by
Wolle
Committed by
GitHub
Jan 05, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Create stale.yml
parent
cb26ac8c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
0 deletions
+24
-0
.github/workflows/stale.yml
.github/workflows/stale.yml
+24
-0
No files found.
.github/workflows/stale.yml
0 → 100644
View file @
6bf6c09e
name
:
Close inactive issues
on
:
schedule
:
-
cron
:
"
30
1
*
*
*"
jobs
:
stale
:
runs-on
:
ubuntu-latest
permissions
:
issues
:
write
pull-requests
:
write
steps
:
-
uses
:
actions/stale@v9
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
:
45
days-before-pr-close
:
10
stale-pr-message
:
'
This
PR
is
stale
because
it
has
been
open
45
days
with
no
activity.
Remove
stale
label
or
comment
or
this
will
be
closed
in
10
days.'
close-pr-message
:
'
This
PR
was
closed
because
it
has
been
stalled
for
10
days
with
no
activity.'
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