diff --git a/.github/workflows/pr-triage.yml b/.github/workflows/pr-triage.yml index 9036e49e..0f1db7d8 100644 --- a/.github/workflows/pr-triage.yml +++ b/.github/workflows/pr-triage.yml @@ -2,10 +2,11 @@ name: PR Triage on: pull_request: - types: [opened] + types: [opened, reopened, synchronize] permissions: contents: read + issues: write pull-requests: write jobs: