mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-31 06:23:04 +02:00
add stale app (#657)
This commit is contained in:
committed by
GitHub
parent
ab412fb060
commit
c17d17e2c2
35
.github/stale.yml
vendored
Normal file
35
.github/stale.yml
vendored
Normal file
@@ -0,0 +1,35 @@
|
|||||||
|
---
|
||||||
|
# Number of days of inactivity before an issue becomes stale
|
||||||
|
daysUntilStale: 90
|
||||||
|
|
||||||
|
# Number of days of inactivity before an stale issue is closed
|
||||||
|
daysUntilClose: 30
|
||||||
|
|
||||||
|
# Label to use when marking an issue as stale
|
||||||
|
staleLabel: stale
|
||||||
|
|
||||||
|
issues:
|
||||||
|
# Comment to post when marking an issue as stale.
|
||||||
|
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 closing a stale issue.
|
||||||
|
closeComment: >
|
||||||
|
This issue has been automatically closed because it has not had recent
|
||||||
|
activity since being marked as stale.
|
||||||
|
pulls:
|
||||||
|
# Comment to post when marking a PR as stale.
|
||||||
|
markComment: >
|
||||||
|
This PR 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.
|
||||||
|
|
||||||
|
To track this PR (even if closed), please open a corresponding issue if one
|
||||||
|
does not already exist.
|
||||||
|
# Comment to post when closing a stale PR.
|
||||||
|
closeComment: >
|
||||||
|
This PR has been automatically closed because it has not had recent
|
||||||
|
activity since being marked as stale.
|
||||||
|
|
||||||
|
Please reopen when work resumes.
|
||||||
Reference in New Issue
Block a user