Skip to content

Commit

Permalink
Merge pull request #2571 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 6, 2025
2 parents a991da8 + 78c90a5 commit 975df3d
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 975df3d

Please sign in to comment.