Merge pull request #4680 from nextcloud/feat/workflow-auto-update-pr-feedback.yml

chore(CI): Updating pr-feedback.yml workflow from template
This commit is contained in:
Andy Scherzinger 2025-02-04 20:20:56 +01:00 committed by GitHub
commit 5c32bfdf1d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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