Skip to content

Commit

Permalink
Merge pull request #4680 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
AndyScherzinger authored Feb 4, 2025
2 parents 3d2f999 + f6415e2 commit 5c32bfd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pr-feedback.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5c32bfd

Please sign in to comment.