We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1b510ff + a5f8bc8 commit a1c088cCopy full SHA for a1c088c
.github/workflows/pr-feedback.yml
@@ -15,12 +15,17 @@ on:
15
schedule:
16
- cron: '30 1 * * *'
17
18
+permissions:
19
+ contents: read
20
+ pull-requests: write
21
+
22
jobs:
23
pr-feedback:
24
+ if: ${{ github.repository_owner == 'nextcloud' }}
25
runs-on: ubuntu-latest
26
steps:
27
- name: The get-github-handles-from-website action
- 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
29
id: scrape
30
with:
31
website: 'https://nextcloud.com/team/'
0 commit comments