Skip to content

chore: update flags project workflow SHA - #255

Merged
marandaneto merged 1 commit into
mainfrom
chore/update-flags-workflow-sha
Aug 20, 2026
Merged

chore: update flags project workflow SHA#255
marandaneto merged 1 commit into
mainfrom
chore/update-flags-workflow-sha

Conversation

@dustinbyrne

@dustinbyrne dustinbyrne commented Aug 19, 2026

Copy link
Copy Markdown
Contributor

💡 Motivation and Context

The Ruby repository pins an older revision of the shared feature flags project-board workflow. Update it to the current workflow revision so this caller stays aligned with the shared automation.

Closes #254.

Related rollout:

💚 How did you test it?

  • Parsed .github/workflows/call-flags-project-board.yml with Ruby's YAML parser.
  • Ran git diff --check.
  • Verified that the pinned reusable workflow declares both credentials passed by the caller.

📝 Checklist

  • I reviewed the submitted code.
  • I added tests to verify the changes.
  • I updated the docs if needed.
  • No breaking change or entry added to the changelog.

If releasing new changes

  • Ran pnpm changeset to generate a changeset file

🤖 Agent context

Autonomy: Human-driven (agent-assisted)

Pi inspected the issue and shared workflow history, applied the requested SHA update, and validated the resulting workflow YAML. A fresh-context builtin reviewer checked the diff, reusable workflow interface, and existing invocation guards and found no issues.

@dustinbyrne
dustinbyrne requested a review from a team as a code owner August 19, 2026 21:50
@dustinbyrne dustinbyrne self-assigned this Aug 19, 2026
@github-actions

Copy link
Copy Markdown

posthog-ruby Compliance Report

Date: 2026-08-19 21:53:02 UTC
Duration: 98286ms

✅ All Tests Passed!

46/46 tests passed


Capture Tests

29/29 tests passed

View Details
Test Status Duration
Format Validation.Event Has Required Fields 9ms
Format Validation.Event Has Uuid 106ms
Format Validation.Event Has Lib Properties 106ms
Format Validation.Distinct Id Is String 106ms
Format Validation.Token Is Present 107ms
Format Validation.Custom Properties Preserved 107ms
Format Validation.Event Has Timestamp 107ms
Retry Behavior.Retries On 503 5312ms
Retry Behavior.Does Not Retry On 400 2110ms
Retry Behavior.Does Not Retry On 401 2108ms
Retry Behavior.Respects Retry After Header 8113ms
Retry Behavior.Implements Backoff 15622ms
Retry Behavior.Retries On 500 5214ms
Retry Behavior.Retries On 502 5207ms
Retry Behavior.Retries On 504 5212ms
Retry Behavior.Max Retries Respected 15522ms
Deduplication.Generates Unique Uuids 111ms
Deduplication.Preserves Uuid On Retry 5211ms
Deduplication.Preserves Uuid And Timestamp On Retry 10418ms
Deduplication.Preserves Uuid And Timestamp On Batch Retry 5215ms
Deduplication.No Duplicate Events In Batch 113ms
Deduplication.Different Events Have Different Uuids 107ms
Compression.Sends Gzip When Enabled 105ms
Batch Format.Uses Proper Batch Structure 105ms
Batch Format.Flush With No Events Sends Nothing 4ms
Batch Format.Multiple Events Batched Together 110ms
Error Handling.Does Not Retry On 403 2108ms
Error Handling.Does Not Retry On 413 2109ms
Error Handling.Retries On 408 5212ms

Feature_Flags Tests

17/17 tests passed

View Details
Test Status Duration
Request Payload.Request With Person Properties Device Id 107ms
Request Payload.Flags Request Uses V2 Query Param 106ms
Request Payload.Flags Request Hits Flags Path Not Decide 106ms
Request Payload.Flags Request Omits Authorization Header 107ms
Request Payload.Token In Flags Body Matches Init 107ms
Request Payload.Groups Round Trip 108ms
Request Payload.Groups Default To Empty Object 107ms
Request Payload.Disable Geoip False Propagates As Geoip Disable False 108ms
Request Payload.Disable Geoip Omitted Defaults To False 106ms
Request Payload.Flag Keys To Evaluate Contains Only Requested Key 106ms
Request Lifecycle.No Flags Request On Init Alone 3ms
Request Lifecycle.No Flags Request On Normal Capture 105ms
Request Lifecycle.Two Flag Calls Produce Two Remote Requests 109ms
Request Lifecycle.Mock Response Value Is Returned To Caller 105ms
Retry Behavior.Retries Flags On 502 240ms
Retry Behavior.Retries Flags On 504 258ms
Side Effect Events.Get Feature Flag Captures Feature Flag Called Event 107ms

@greptile-apps

greptile-apps Bot commented Aug 19, 2026

Copy link
Copy Markdown
Contributor

Reviews (1): Last reviewed commit: "chore: update flags project workflow SHA" | Re-trigger Greptile

@github-project-automation github-project-automation Bot moved this from In Review to Approved in Feature Flags Aug 20, 2026
@marandaneto
marandaneto merged commit bba3c73 into main Aug 20, 2026
23 checks passed
@marandaneto
marandaneto deleted the chore/update-flags-workflow-sha branch August 20, 2026 06:57
@github-project-automation github-project-automation Bot moved this from Approved to Done in Feature Flags Aug 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Possible this workflow uses secrets: inherit to pass all of the calling… in call-flags-project-board.yml

2 participants