summaryrefslogtreecommitdiff
path: root/.github
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 02:37:24 +0200
commit8c5388930628e19b8ef58fa9b1d4f0566eb3c67c (patch)
tree0fd96127bf6993b5e069749d6240ed9359946f43 /.github
parent3377660806752b31614336307742b460c7a025b0 (diff)
downloadqtlocation-mapboxgl-8c5388930628e19b8ef58fa9b1d4f0566eb3c67c.tar.gz
[build] Fix stale bot
It was not suppose to comment when marking issues as stale, but rather just close them. There is not staleComment, the correct is markComment.
Diffstat (limited to '.github')
-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.