From 7e101aa6383c78e79c2f4660ebec8542c44afca2 Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Fri, 30 May 2025 09:25:51 +0200 Subject: [PATCH] ci(feedback): Use default action template ...since modifications have been up-streamed Signed-off-by: Andy Scherzinger --- .github/workflows/pr-feedback.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-feedback.yml b/.github/workflows/pr-feedback.yml index bc5560796e3..98e9fada7a7 100644 --- a/.github/workflows/pr-feedback.yml +++ b/.github/workflows/pr-feedback.yml @@ -51,5 +51,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