Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
Local Path Provisioner
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Local Path Provisioner
Commits
a18426d3
Unverified
Commit
a18426d3
authored
Jan 8, 2021
by
David Ko
Committed by
GitHub
Jan 8, 2021
Browse files
Options
Downloads
Plain Diff
Merge pull request #169 from innobead/add_stale_check
Add stale check
parents
fc1f8a51
bebe4348
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/stale.yaml
+63
-0
63 additions, 0 deletions
.github/stale.yaml
with
63 additions
and
0 deletions
.github/stale.yaml
0 → 100644
+
63
−
0
View file @
a18426d3
# Configuration for probot-stale - https://github.com/probot/stale
# Number of days of inactivity before an Issue or Pull Request becomes stale
daysUntilStale
:
60
# Number of days of inactivity before an Issue or Pull Request with the stale label is closed.
# Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale.
daysUntilClose
:
7
# Only issues or pull requests with all of these labels are check if stale. Defaults to `[]` (disabled)
onlyLabels
:
[]
# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
exemptLabels
:
-
bug
-
doc
-
enhancement
-
good first issue
-
help wanted
-
question
# 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 as stale
staleLabel
:
wontfix
# 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
recent activity. It will be closed if no further activity occurs. Thank you
for your contributions.
# Comment to post when removing the stale label.
# unmarkComment: >
# Your comment here.
# Comment to post when closing a stale Issue or Pull Request.
# closeComment: >
# Your comment here.
# Limit the number of actions per hour, from 1-30. Default is 30
limitPerRun
:
30
# Limit to only `issues` or `pulls`
# only: issues
# Optionally, specify configuration settings that are specific to just 'issues' or 'pulls':
# pulls:
# daysUntilStale: 30
# markComment: >
# This pull request has been automatically marked as stale because it has not had
# recent activity. It will be closed if no further activity occurs. Thank you
# for your contributions.
# issues:
# exemptLabels:
# - confirmed
\ No newline at end of file
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