diff --git a/.github/workflows/commitlint.yaml b/.github/workflows/commitlint.yaml index a94295676..3cbb75ed0 100644 --- a/.github/workflows/commitlint.yaml +++ b/.github/workflows/commitlint.yaml @@ -4,7 +4,7 @@ on: pull_request: branches: [main] # milestoned is added here as a workaround for release-please not triggering PR workflows (PRs should be added to a milestone to trigger the workflow). - types: [milestoned, opened, reopened, synchronize] + types: [milestoned, opened, reopened, synchronize, edit] permissions: contents: read