Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
apollo
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
apollo
Commits
1cbb3f26
Unverified
Commit
1cbb3f26
authored
Nov 26, 2019
by
Jason Song
Committed by
GitHub
Nov 26, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add stale bot configuration (#2790)
parent
5daa0887
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
60 additions
and
0 deletions
+60
-0
.github/stale.yml
.github/stale.yml
+60
-0
No files found.
.github/stale.yml
0 → 100644
View file @
1cbb3f26
# Configuration for probot-stale - https://github.com/probot/stale
# General configuration
# Number of days of inactivity before an issue becomes stale
daysUntilStale
:
60
# Issues with these labels will never be considered stale
exemptLabels
:
-
bug
-
discussion
-
enhancement
-
feature
-
help wanted
-
info
-
need investigation
-
tips
# Set to true to ignore issues in a project (defaults to false)
exemptProjects
:
true
# Set to true to ignore issues in a milestone (defaults to false)
exemptMilestones
:
true
# Set to true to ignore issues with an assignee (defaults to false)
exemptAssignees
:
true
# Label to use when marking an issue as stale
staleLabel
:
stale
# Pull request specific configuration
pulls
:
# Number of days of inactivity before a stale Issue or Pull Request is closed.
# Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale.
daysUntilClose
:
30
# Comment to post when marking as stale. Set to `false` to disable
markComment
:
>
This pull request has been automatically marked as stale because it has not had activity
in the last 90 days. It will be closed in 30 days if no further activity occurs. Please
feel free to give a status update now, ping for review, or re-open when it's ready.
Thank you for your contributions!
# Comment to post when closing a stale Issue or Pull Request.
closeComment
:
>
This pull request has been automatically closed because it has not had
activity in the last 30 days. Please feel free to give a status update now, ping for review, or re-open when it's ready.
Thank you for your contributions!
# Limit the number of actions per hour, from 1-30. Default is 30
limitPerRun
:
1
# Issue specific configuration
issues
:
# Number of days of inactivity before a stale Issue or Pull Request is closed.
daysUntilClose
:
14
# Comment to post when marking as stale. Set to `false` to disable
markComment
:
>
This issue has been automatically marked as stale because it has not had activity in the
last 90 days. It will be closed in 14 days unless it is tagged "help wanted" or other activity
occurs. Thank you for your contributions.
# Comment to post when closing a stale Issue or Pull Request.
closeComment
:
>
This issue has been automatically closed because it has not had activity in the
last 14 days. If this issue is still valid, please ping a maintainer and ask them to label it as "help wanted".
Thank you for your contributions.
# Limit the number of actions per hour, from 1-30. Default is 30
limitPerRun
:
1
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