diff --git a/.github/workflows/notify-triage.yml b/.github/workflows/notify-triage.yml index a3cc8cd..107a748 100644 --- a/.github/workflows/notify-triage.yml +++ b/.github/workflows/notify-triage.yml @@ -7,6 +7,10 @@ on: pull_request_target: types: [opened] +permissions: + issues: write + repository-projects: write + jobs: notify: runs-on: ubuntu-latest