From ccf5a743f54dd08fe795bc553de3caa5375eeef7 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 15 Jul 2024 09:25:52 +0200 Subject: [PATCH] fix(prfeedback): Bots are in the non-community list now Signed-off-by: Joas Schilling --- workflow-templates/pr-feedback.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow-templates/pr-feedback.yml b/workflow-templates/pr-feedback.yml index 7b68226..6a01fa0 100644 --- a/workflow-templates/pr-feedback.yml +++ b/workflow-templates/pr-feedback.yml @@ -46,5 +46,5 @@ jobs: (If you believe you should not receive this message, you can add yourself to the [blocklist](https://github.com/nextcloud/.github/blob/master/non-community-usernames.txt).) days-before-feedback: 14 start-date: '2024-04-30' - exempt-authors: '${{ steps.blocklist.outputs.blocklist }},${{ steps.scrape.outputs.users }},nextcloud-command,nextcloud-android-bot' + exempt-authors: '${{ steps.blocklist.outputs.blocklist }},${{ steps.scrape.outputs.users }}' exempt-bots: true