Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
dart_pdf
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
David PHAM-VAN
2020-09-05 08:20:05 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
59aa20c0c3b8f484c176540b1b5695fa8f5a99fc
59aa20c0
1 parent
beaefabc
Add stale action
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
.github/workflows/stale.yml
.github/workflows/stale.yml
0 → 100644
View file @
59aa20c
name
:
"
Close
stale
issues"
on
:
schedule
:
-
cron
:
"
0
0
*
*
*"
jobs
:
stale
:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/stale@v3
with
:
repo-token
:
${{ secrets.GITHUB_TOKEN }}
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"
close-issue-message
:
"
Closing
this
stale
issue
because
it
has
no
activity."
days-before-stale
:
20
days-before-close
:
5
exempt-issue-labels
:
"
needs
triage,help
wanted,enhancement,bug"
...
...
Please
register
or
login
to post a comment