From b8f645b39ace7c08b8fdf2801cef5ee0b3f759ae Mon Sep 17 00:00:00 2001 From: John Kennedy <65985482+jkennedyvz@users.noreply.github.com> Date: Tue, 2 Jun 2026 22:57:02 -0700 Subject: [PATCH] ci: allow deps-dev scope in PR title lint Dependabot opens dev-dependency PRs titled chore(deps-dev): ... which fail lint-pr-title because deps-dev is not in the allowed scopes. Add it so these PRs pass title validation. Co-Authored-By: Claude Opus 4.8 (1M context) --- .github/workflows/pr_lint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr_lint.yml b/.github/workflows/pr_lint.yml index bfc22ae3ad4..5ea23635203 100644 --- a/.github/workflows/pr_lint.yml +++ b/.github/workflows/pr_lint.yml @@ -41,6 +41,7 @@ jobs: docs ci deps + deps-dev requireScope: false ignoreLabels: | ignore-lint-pr-title