ci: bump flags-board pin to skip Dependabot PRs#3746
Merged
Conversation
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) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
📝 No Changeset FoundThis PR doesn't include a changeset. A changeset is required to release a new version. How to add a changesetRun this command and follow the prompts: pnpm changesetRemember: Never use |
Contributor
|
Reviews (1): Last reviewed commit: "ci: bump flags-board pin to skip Dependa..." | Re-trigger Greptile |
Contributor
Contributor
|
Size Change: 0 B Total Size: 16.7 MB ℹ️ View Unchanged
|
marandaneto
approved these changes
Jun 4, 2026
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.
Bumps the
flags-project-board.ymlpin to69336b569d22687f8982eea6ff7d450a885cda05to pick up PostHog/.github#52 (merged), 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 (
The 'client-id'... must be set to a non-empty string), so thecall-*-project-boardcheck has been red on every dependency-bump PR. This one-line pin bump is the only change needed to pick up the fix.🤖 Generated with Claude Code