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: schedule:
- cron: '30 1 * * *' - cron: '30 1 * * *'
permissions:
contents: read
pull-requests: write
jobs: jobs:
pr-feedback: pr-feedback:
if: ${{ github.repository_owner == 'nextcloud' }}
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: The get-github-handles-from-website action - name: The get-github-handles-from-website action