diff --git a/.github/workflows/component-owners.yml b/.github/workflows/component-owners.yml index 824e39c37..f0068701f 100644 --- a/.github/workflows/component-owners.yml +++ b/.github/workflows/component-owners.yml @@ -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