ci: consolidate Dependabot skip into reusable flags-board workflow#653
Merged
Conversation
Contributor
|
Reviews (1): Last reviewed commit: "ci: consolidate Dependabot skip into reu..." | Re-trigger Greptile |
Contributor
posthog-python Compliance ReportDate: 2026-06-04 20:14:12 UTC ✅ All Tests Passed!45/45 tests passed Capture Tests✅ 29/29 tests passed View Details
Feature_Flags Tests✅ 16/16 tests passed View Details
|
marandaneto
approved these changes
Jun 4, 2026
The Dependabot skip for the feature flags project board is now handled centrally in the reusable workflow (PostHog/.github#52). Bump the pin to that merged SHA and drop the redundant inline `github.actor != 'dependabot[bot]'` guard so the conditional lives in one place. No behavior change: Dependabot PRs are still skipped (now upstream), and the pin bump pulls in only that single workflow change. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
17f1bef to
b07c6b7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
The Dependabot skip for the
call-flags-project / add-to-project-boardcheck is now handled centrally in the reusable workflow — PostHog/.github#52 (merged). This repo was carrying the samegithub.actor != 'dependabot[bot]'conditional inline.This PR consolidates it:
flags-project-board.ymlpin to the merged SHA69336b569d22687f8982eea6ff7d450a885cda05.Why it's safe
d8b55d05...69336b56compare — the sole diff toflags-project-board.ymlis the Dependabot skip).Background
The board's GitHub App token step hard-fails in Dependabot's restricted secret context (
The 'client-id'... must be set to a non-empty string), which is why the check was red on every dependency bump until the skip was added.🤖 Generated with Claude Code