Skip to content

Commit

Permalink
Fix component owner workflow permissions (#3165)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref authored Jan 13, 2025
1 parent 5219242 commit c59b514
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/component-owners.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ jobs:
run_self:
runs-on: ubuntu-latest
name: Auto Assign Owners
permissions:
contents: read # to read changed files
issues: write # to read/write issue assignees
pull-requests: write # to read/write PR reviewers
# Don't fail tests if this workflow fails. Some pending issues:
# - https://github.com/dyladan/component-owners/issues/8
continue-on-error: true
Expand Down

0 comments on commit c59b514

Please sign in to comment.