From 95c430a9789ee0fbb6fc55329d1377044b124cf2 Mon Sep 17 00:00:00 2001 From: Anna Garcia Date: Thu, 4 Jun 2026 16:08:47 -0400 Subject: [PATCH] ci: bump flags-board pin to skip Dependabot PRs Pick up PostHog/.github#52, which skips the feature flags project board for Dependabot PRs. The board's GitHub App token step hard-fails in Dependabot's restricted secret context, so this check was red on every dependency-bump PR until now. Co-Authored-By: Claude Opus 4.8 (1M context) --- .github/workflows/call-flags-project-board.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/call-flags-project-board.yml b/.github/workflows/call-flags-project-board.yml index 123703b93a..ffab009a28 100644 --- a/.github/workflows/call-flags-project-board.yml +++ b/.github/workflows/call-flags-project-board.yml @@ -12,7 +12,7 @@ permissions: jobs: call-flags-project: - uses: PostHog/.github/.github/workflows/flags-project-board.yml@d8b55d05dc5150f05c24542a6397ff3ecfbfb56d + uses: PostHog/.github/.github/workflows/flags-project-board.yml@69336b569d22687f8982eea6ff7d450a885cda05 with: pr_number: ${{ github.event.pull_request.number }} pr_node_id: ${{ github.event.pull_request.node_id }}