summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2024-06-02 10:24:47 +0000
committerNextcloud bot <bot@nextcloud.com>2024-06-02 10:24:47 +0000
commita18b72fc85d3778fdb2a85b331ad62893e503555 (patch)
tree996bcd1fc740e6767758384593385672127f9a01
parent9b2c7af1b60ca4c9aa8db55b0fa2bcc88c02c1f8 (diff)
chore(CI): Updating pr-feedback.yml workflow from templatefeat/workflow-auto-update-pr-feedback.yml
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r--.github/workflows/pr-feedback.yml13
1 files changed, 11 insertions, 2 deletions
diff --git a/.github/workflows/pr-feedback.yml b/.github/workflows/pr-feedback.yml
index 0e6c4882f..be0d028f9 100644
--- a/.github/workflows/pr-feedback.yml
+++ b/.github/workflows/pr-feedback.yml
@@ -24,18 +24,27 @@ jobs:
id: scrape
with:
website: 'https://nextcloud.com/team/'
+
+ - name: Get blocklist
+ id: blocklist
+ run: |
+ blocklist=$(curl https://raw.githubusercontent.com/nextcloud/.github/master/non-community-usernames.txt | paste -s -d, -)
+ echo "blocklist=$blocklist" >> "$GITHUB_OUTPUT"
+
- uses: marcelklehr/pr-feedback-action@1883b38a033fb16f576875e0cf45f98b857655c4
with:
feedback-message: |
Hello there,
- Thank you so much for taking the time and effort to create a pull request to our Nextcloud project.
+ Thank you so much for taking the time and effort to create a pull request to our Nextcloud project.
We hope that the review process is going smooth and is helpful for you. We want to ensure your pull request is reviewed to your satisfaction. If you have a moment, our community management team would very much appreciate your feedback on your experience with this PR review process.
Your feedback is valuable to us as we continuously strive to improve our community developer experience. Please take a moment to complete our short survey by clicking on the following link: https://cloud.nextcloud.com/apps/forms/s/i9Ago4EQRZ7TWxjfmeEpPkf6
Thank you for contributing to Nextcloud and we hope to hear from you soon!
+
+ (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.scrape.outputs.users }},nextcloud-command,nextcloud-android-bot,skjnldsv,datenangebot"
+ exempt-authors: "${{ steps.blocklist.outputs.blocklist }},${{ steps.scrape.outputs.users }},nextcloud-command,nextcloud-android-bot"
exempt-bots: true