From ec44498e1dfcb7d38122011c73fc1c966ad295a1 Mon Sep 17 00:00:00 2001 From: Jonathan Borgwing Date: Fri, 17 Jul 2026 14:10:32 -0400 Subject: [PATCH] chore: keep PR title lint advisory for Dependabot --- .github/workflows/pr-title.yml | 6 ++++-- docs/governance.md | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr-title.yml b/.github/workflows/pr-title.yml index bfd2f7e..16e0e75 100644 --- a/.github/workflows/pr-title.yml +++ b/.github/workflows/pr-title.yml @@ -1,7 +1,7 @@ name: PR title on: - pull_request_target: + pull_request: types: [opened, edited, synchronize, reopened] permissions: @@ -30,5 +30,7 @@ jobs: adapter revert requireScope: false - subjectPattern: .+ + ignoreLabels: | + dependencies + dependabot wip: true diff --git a/docs/governance.md b/docs/governance.md index 30e621b..f3862d6 100644 --- a/docs/governance.md +++ b/docs/governance.md @@ -11,7 +11,7 @@ Enforced via GitHub **rulesets** (Settings → Rules): | Direct pushes | Blocked (`non_fast_forward` + PR required) | | Force push / delete | Blocked | | Merge method | **Squash only** | -| Status checks | `rust (ubuntu-latest)`, `rust (macos-latest)`, `ui` (strict) | +| Status checks | `rust (ubuntu-latest)`, `rust (macos-latest)`, `ui` (strict); PR title lint is CI advisory | | Conversations | Must be resolved | | Approvals | 0 required (solo-friendly); stale reviews dismissed | | Admin bypass | Via pull request only |