aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2025-02-04 18:43:01 +0000
committerNextcloud bot <bot@nextcloud.com>2025-02-04 18:43:01 +0000
commita5be3da843d0b623b8a773a02c3d264d188ff5a7 (patch)
tree85674ce7896186e8cee2dac91373ea05081cecec
parenta2e05eeca3e2f47da9d022b4a5e768b4e8149837 (diff)
downloadnextcloud-server-feat/workflow-auto-update-pr-feedback.yml.tar.gz
nextcloud-server-feat/workflow-auto-update-pr-feedback.yml.zip
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.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/.github/workflows/pr-feedback.yml b/.github/workflows/pr-feedback.yml
index 4c7daff0991..7d4966907ad 100644
--- a/.github/workflows/pr-feedback.yml
+++ b/.github/workflows/pr-feedback.yml
@@ -15,8 +15,13 @@ on:
schedule:
- cron: '30 1 * * *'
+permissions:
+ contents: read
+ pull-requests: write
+
jobs:
pr-feedback:
+ if: ${{ github.repository_owner == 'nextcloud' }}
runs-on: ubuntu-latest
steps:
- name: The get-github-handles-from-website action
@@ -46,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