summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <tmpsantos@gmail.com>2018-10-25 14:22:02 +0300
committerThiago Marcos P. Santos <tmpsantos@gmail.com>2018-10-30 01:59:57 +0200
commit98dcdc8961925f6b63c83cd76cbacb6504a26087 (patch)
tree0fd96127bf6993b5e069749d6240ed9359946f43
parent3377660806752b31614336307742b460c7a025b0 (diff)
downloadqtlocation-mapboxgl-upstream/tmpsantos-stale_fix.tar.gz
[build] Fix stale botupstream/tmpsantos-stale_fix
It was not suppose to comment when marking issues as stale, but rather just close them. There is not staleComment, the correct is markComment.
-rw-r--r--.github/stale.yml4
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.