chore: update flags project workflow SHA - #770
Merged
Merged
Conversation
5 tasks
Contributor
Prompt To Fix All With AI### Issue 1
.github/workflows/call-flags-project-board.yml:20-22
**Undeclared reusable-workflow secrets**
When a pull request invokes this job, the caller passes `PROJECT_BOARD_BOT_APP_ID` and `PROJECT_BOARD_BOT_PRIVATE_KEY`, but the pinned reusable workflow declares neither secret under `workflow_call.secrets`, causing GitHub Actions to reject the invocation before the project-board job runs.
---
For each issue above, determine whether it is valid and should be fixed. If so, fix it directly.Reviews (1): Last reviewed commit: "chore: update flags project workflow SHA" | Re-trigger Greptile |
marandaneto
approved these changes
Aug 20, 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.
💡 Motivation and Context
The repository pins an older revision of the shared feature flags project-board workflow. This rollout keeps SDK callers aligned with the current reusable workflow contract.
Related rollout: PostHog/posthog-ruby#255
💚 How did you test it?
.github/workflows/call-flags-project-board.ymlwith Ruby's YAML parser.git diff --check.📝 Checklist
If releasing new changes
pnpm changesetto generate a changeset file🤖 Agent context
Autonomy: Human-driven (agent-assisted)
Pi compared the SDK callers with the current shared workflow, applied the requested workflow update, and validated the YAML and diff. A fresh-context builtin reviewer checked the caller and reusable-workflow contract and found no issues.