Fix component owner workflow permissions (#3165)

This commit is contained in:
Josh Soref
2025-01-13 18:42:32 -05:00
committed by GitHub
parent 5219242eaf
commit c59b514cda

View File

@ -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