diff options
-rw-r--r-- | .github/stale.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/stale.yml b/.github/stale.yml index 67a4caf651..4650483cd5 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -14,7 +14,7 @@ exemptLabels: pulls: daysUntilStale: 60 daysUntilClose: -1 - staleComment: false + markComment: false closeComment: > This pull request has been automatically detected as stale because it has not had recent activity and will be archived. Thank you for your contributions. @@ -22,7 +22,7 @@ pulls: issues: daysUntilStale: 180 daysUntilClose: -1 - staleComment: false + markComment: false closeComment: > This issue has been automatically detected as stale because it has not had recent activity and will be archived. Thank you for your contributions. |