From ad9f2e0aaf58bc3aa552aca5a4b2702d874cf4fd Mon Sep 17 00:00:00 2001 From: Kristin Laemmert Date: Thu, 17 Oct 2024 08:54:39 -0400 Subject: [PATCH] this is just cheating --- .github/workflows/commitlint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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