From c52158b4e3f7624200a303fbdcecf374583f0e01 Mon Sep 17 00:00:00 2001 From: "claude[bot]" <41898282+claude[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 14:30:39 +0000 Subject: [PATCH 1/2] fix: disable Claude/CodeRabbit check-suite auto-trigger; fix label settings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Applied PATCH to repos/petry-projects/google-app-scripts/check-suites/preferences to set auto_trigger_checks=false for Claude (app_id 1236702) and CodeRabbit (app_id 347564), eliminating orphaned queued suites that block auto-merge. - Updated .github/settings.yml: fix security label color (e4e669→d93f0b) and description; add all six missing standard labels per org label standards. Closes #257 Co-authored-by: Don Petry --- .github/settings.yml | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/.github/settings.yml b/.github/settings.yml index 4f70c1aa..9f63ff43 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -5,5 +5,23 @@ # Reference: https://github.com/petry-projects/.github/blob/main/standards/github-settings.md#labels--standard-set labels: - name: security - color: e4e669 - description: Security vulnerability or concern + color: d93f0b + description: Security-related PRs and issues + - name: dependencies + color: "0075ca" + description: Dependency update PRs + - name: scorecard + color: d93f0b + description: OpenSSF Scorecard findings + - name: bug + color: d73a4a + description: Bug reports + - name: enhancement + color: a2eeef + description: Feature requests + - name: documentation + color: "0075ca" + description: Documentation changes + - name: in-progress + color: fbca04 + description: An agent is actively working this issue From f48411e9b7d9d815c97578626e511679ac185396 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 8 May 2026 14:35:31 +0000 Subject: [PATCH 2/2] chore(ci): apply prettier/eslint auto-fixes --- .github/settings.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/settings.yml b/.github/settings.yml index 9f63ff43..62a29653 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -8,7 +8,7 @@ labels: color: d93f0b description: Security-related PRs and issues - name: dependencies - color: "0075ca" + color: '0075ca' description: Dependency update PRs - name: scorecard color: d93f0b @@ -20,7 +20,7 @@ labels: color: a2eeef description: Feature requests - name: documentation - color: "0075ca" + color: '0075ca' description: Documentation changes - name: in-progress color: fbca04