From 56e722e536367c09792359595a82169d10f82a9d Mon Sep 17 00:00:00 2001 From: Adam R <13562139+catenocrypt@users.noreply.github.com> Date: Wed, 13 Jan 2021 12:04:06 +0100 Subject: [PATCH] Enable comment deletion; temp with restricted set of users (#5291) Co-authored-by: Catenocrypt --- .github/merge-fee-bot.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/merge-fee-bot.yaml b/.github/merge-fee-bot.yaml index 88757d180..3f300ce8d 100644 --- a/.github/merge-fee-bot.yaml +++ b/.github/merge-fee-bot.yaml @@ -48,8 +48,9 @@ label: user: assignOnPay: zachzwei,catenocrypt # if set to 1 comments from not allowed users are deleted. Only comments from the PR creator or collaborators are allowed - deleteComments: 0 - collaborators: zachzwei,Iamdeadlyz,catenocrypt,vikmeup + deleteComments: 1 + #collaborators: zachzwei,Iamdeadlyz,catenocrypt,vikmeup + collaborators: catenocrypt,vikmeup timeout: maxAgeCloseHours: 60 maxIdleRemindHours: 17