Skip to content

Commit 8789479

Browse files
authored
Merge pull request #1570 from nextcloud/feat/workflow-auto-update-pr-feedback.yml
chore(CI): Updating pr-feedback.yml workflow from template
2 parents 56b5cd3 + 347f822 commit 8789479

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/pr-feedback.yml

+5
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,13 @@ on:
1515
schedule:
1616
- cron: '30 1 * * *'
1717

18+
permissions:
19+
contents: read
20+
pull-requests: write
21+
1822
jobs:
1923
pr-feedback:
24+
if: ${{ github.repository_owner == 'nextcloud' }}
2025
runs-on: ubuntu-latest
2126
steps:
2227
- name: The get-github-handles-from-website action

0 commit comments

Comments
 (0)