Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bonita
bonita-connector-database
Commits
48a58f7f
Unverified
Commit
48a58f7f
authored
Jan 24, 2022
by
Adrien
Committed by
GitHub
Jan 24, 2022
Browse files
Add stale action
parent
341233c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/main.yml
0 → 100644
View file @
48a58f7f
name
:
'
Close
stale
issues
and
PRs'
on
:
schedule
:
-
cron
:
'
30
1
*
*
*'
workflow_dispatch
:
jobs
:
stale
:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/stale@v4
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-pr-message
:
'
This
PR
is
stale
because
it
has
been
open
14
days
with
no
activity.
Remove
stale
label
or
comment
or
this
will
be
closed
in
10
days.'
close-issue-message
:
'
This
issue
was
closed
because
it
has
been
stalled
for
5
days
with
no
activity.'
close-pr-message
:
'
This
PR
was
closed
because
it
has
been
stalled
for
10
days
with
no
activity.'
stale-pr-label
:
'
Stale
-
no
activity'
days-before-issue-stale
:
30
days-before-pr-stale
:
1
days-before-issue-close
:
5
days-before-pr-close
:
10
Write
Preview
Supports
Markdown
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