diff --git a/.github/workflows/pr-assigner.yaml b/.github/workflows/pr-assigner.yaml index 28779803..e4be6fec 100644 --- a/.github/workflows/pr-assigner.yaml +++ b/.github/workflows/pr-assigner.yaml @@ -7,8 +7,8 @@ on: permissions: contents: read - pull-requests: read - issues: write # assignees are managed via the Issues API, even on PRs + pull-requests: write # required to list PR files and to assign on PRs via the Issues API + issues: write jobs: assign-assignees: