Skip to content

Commit

Permalink
Merge pull request #4443 from nextcloud/feat/workflow-auto-update-pr-…
Browse files Browse the repository at this point in the history
…feedback.yml

chore(CI): Updating pr-feedback.yml workflow from template
  • Loading branch information
elzody authored Feb 4, 2025
2 parents 048cc2e + 452a08b commit 8c8172e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/pr-feedback.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,17 @@ 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
uses: marcelklehr/get-github-handles-from-website-action@a739600f6b91da4957f51db0792697afbb2f143c # v1.0.0
uses: marcelklehr/get-github-handles-from-website-action@06b2239db0a48fe1484ba0bfd966a3ab81a08308 # v1.0.1
id: scrape
with:
website: 'https://nextcloud.com/team/'
Expand Down

0 comments on commit 8c8172e

Please sign in to comment.