Skip to content

Commit e894e03

Browse files
committed
chore(CI): Updating pr-feedback.yml workflow from template
Signed-off-by: Nextcloud bot <[email protected]>
1 parent afa98a5 commit e894e03

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/pr-feedback.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,17 @@ on:
1515
schedule:
1616
- cron: '30 1 * * *'
1717

18+
permissions:
19+
contents: read
20+
pull-requests: write
21+
1822
jobs:
1923
pr-feedback:
2024
if: ${{ github.repository_owner == 'nextcloud' }}
2125
runs-on: ubuntu-latest
2226
steps:
2327
- name: The get-github-handles-from-website action
24-
uses: marcelklehr/get-github-handles-from-website-action@a739600f6b91da4957f51db0792697afbb2f143c # v1.0.0
28+
uses: marcelklehr/get-github-handles-from-website-action@06b2239db0a48fe1484ba0bfd966a3ab81a08308 # v1.0.1
2529
id: scrape
2630
with:
2731
website: 'https://nextcloud.com/team/'

0 commit comments

Comments
 (0)