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

chore(CI): Updating pr-feedback.yml workflow from template
This commit is contained in:
Luka Trovic
2025-02-19 13:43:07 +01:00
committed by GitHub

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