Skip to content

ci: consolidate Dependabot skip into reusable flags-board workflow#653

Merged
turnipdabeets merged 1 commit into
mainfrom
ci/consolidate-dependabot-flags-skip
Jun 4, 2026
Merged

ci: consolidate Dependabot skip into reusable flags-board workflow#653
turnipdabeets merged 1 commit into
mainfrom
ci/consolidate-dependabot-flags-skip

Conversation

@turnipdabeets
Copy link
Copy Markdown
Contributor

What

The Dependabot skip for the call-flags-project / add-to-project-board check is now handled centrally in the reusable workflow — PostHog/.github#52 (merged). This repo was carrying the same github.actor != 'dependabot[bot]' conditional inline.

This PR consolidates it:

  • Bumps the flags-project-board.yml pin to the merged SHA 69336b569d22687f8982eea6ff7d450a885cda05.
  • Drops the now-redundant inline Dependabot guard.

Why it's safe

  • No behavior change — Dependabot PRs are still skipped, just by the reusable workflow instead of here.
  • The pin bump pulls in only that one workflow change (verified via the d8b55d05...69336b56 compare — the sole diff to flags-project-board.yml is the Dependabot skip).
  • Fork guard (where present) is left untouched.

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

@turnipdabeets turnipdabeets requested a review from a team as a code owner June 4, 2026 20:06
@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented Jun 4, 2026

Reviews (1): Last reviewed commit: "ci: consolidate Dependabot skip into reu..." | Re-trigger Greptile

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 4, 2026

posthog-python Compliance Report

Date: 2026-06-04 20:14:12 UTC
Duration: 176149ms

✅ All Tests Passed!

45/45 tests passed


Capture Tests

29/29 tests passed

View Details
Test Status Duration
Format Validation.Event Has Required Fields 517ms
Format Validation.Event Has Uuid 1508ms
Format Validation.Event Has Lib Properties 1507ms
Format Validation.Distinct Id Is String 1507ms
Format Validation.Token Is Present 1506ms
Format Validation.Custom Properties Preserved 1507ms
Format Validation.Event Has Timestamp 1507ms
Retry Behavior.Retries On 503 9515ms
Retry Behavior.Does Not Retry On 400 3510ms
Retry Behavior.Does Not Retry On 401 3508ms
Retry Behavior.Respects Retry After Header 9513ms
Retry Behavior.Implements Backoff 23531ms
Retry Behavior.Retries On 500 7504ms
Retry Behavior.Retries On 502 7514ms
Retry Behavior.Retries On 504 7513ms
Retry Behavior.Max Retries Respected 23529ms
Deduplication.Generates Unique Uuids 1497ms
Deduplication.Preserves Uuid On Retry 7516ms
Deduplication.Preserves Uuid And Timestamp On Retry 14514ms
Deduplication.Preserves Uuid And Timestamp On Batch Retry 7511ms
Deduplication.No Duplicate Events In Batch 1508ms
Deduplication.Different Events Have Different Uuids 1507ms
Compression.Sends Gzip When Enabled 1507ms
Batch Format.Uses Proper Batch Structure 1508ms
Batch Format.Flush With No Events Sends Nothing 1005ms
Batch Format.Multiple Events Batched Together 1505ms
Error Handling.Does Not Retry On 403 3509ms
Error Handling.Does Not Retry On 413 3509ms
Error Handling.Retries On 408 7509ms

Feature_Flags Tests

16/16 tests passed

View Details
Test Status Duration
Request Payload.Request With Person Properties Device Id 1007ms
Request Payload.Flags Request Uses V2 Query Param 1007ms
Request Payload.Flags Request Hits Flags Path Not Decide 1006ms
Request Payload.Flags Request Omits Authorization Header 1007ms
Request Payload.Token In Flags Body Matches Init 1006ms
Request Payload.Groups Round Trip 1007ms
Request Payload.Groups Default To Empty Object 1007ms
Request Payload.Person Properties Distinct Id Auto Populated When Caller Omits It 1006ms
Request Payload.Disable Geoip False Propagates As Geoip Disable False 1007ms
Request Payload.Disable Geoip Omitted Defaults To False 1007ms
Request Payload.Flag Keys To Evaluate Contains Only Requested Key 1007ms
Request Lifecycle.No Flags Request On Init Alone 502ms
Request Lifecycle.No Flags Request On Normal Capture 1508ms
Request Lifecycle.Two Flag Calls Produce Two Remote Requests 1011ms
Request Lifecycle.Mock Response Value Is Returned To Caller 1002ms
Side Effect Events.Get Feature Flag Captures Feature Flag Called Event 1510ms

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>
@turnipdabeets turnipdabeets force-pushed the ci/consolidate-dependabot-flags-skip branch from 17f1bef to b07c6b7 Compare June 4, 2026 20:10
@turnipdabeets turnipdabeets enabled auto-merge (squash) June 4, 2026 20:11
@turnipdabeets turnipdabeets merged commit 1117c5e into main Jun 4, 2026
28 checks passed
@turnipdabeets turnipdabeets deleted the ci/consolidate-dependabot-flags-skip branch June 4, 2026 20:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants