Skip to content

Convert trajectory grader workflow to feature grower (all-you-can-eat) pattern - #56988

Merged
pelikhan merged 1 commit into
mainfrom
copilot/update-trajectory-grader-to-feature-grower
Aug 29, 2026
Merged

Convert trajectory grader workflow to feature grower (all-you-can-eat) pattern#56988
pelikhan merged 1 commit into
mainfrom
copilot/update-trajectory-grader-to-feature-grower

Conversation

Copilot AI commented Aug 29, 2026

Copy link
Copy Markdown
Contributor

Updates the Trajectory Grader Implementer workflow to run as a Feature Grower using the All-You-Can-Eat pattern, increasing schedule frequency to every 30 minutes while maintaining open PR backpressure gating.

Key Changes

  • Workflow schedule & backpressure: Changed on.schedule from daily to every 30 minutes and normalized skip-if-match to 'is:pr is:open in:title "[trajectory-grader]"'.
  • Workflow description: Updated frontmatter description in .github/workflows/daily-trajectory-grader-implementer.md to document feature grower (all-you-can-eat) semantics.
  • Compiled lockfile: Recompiled .github/workflows/daily-trajectory-grader-implementer.lock.yml to reflect schedule cron (27/30 * * * *) and skip query updates.

Configuration Snippet

description: >
  Feature grower (all-you-can-eat) workflow that implements exactly one grader
  per run from the ranked graders catalog (shared/graders/README.md) as a new,
  self-contained shared agentic workflow component, and opens a draft PR with the addition.
on:
  schedule: every 30 minutes
  workflow_dispatch:
  skip-if-match: 'is:pr is:open in:title "[trajectory-grader]"'

…attern

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title Update trajectory grader to feature grower all-you-can-eat pattern Convert trajectory grader workflow to feature grower (all-you-can-eat) pattern Aug 29, 2026
Copilot AI requested a review from pelikhan August 29, 2026 21:57
@pelikhan
pelikhan marked this pull request as ready for review August 29, 2026 21:59
Copilot AI balanced review requested due to automatic review settings August 29, 2026 21:59
@pelikhan
pelikhan merged commit a37e329 into main Aug 29, 2026
@pelikhan
pelikhan deleted the copilot/update-trajectory-grader-to-feature-grower branch August 29, 2026 21:59

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟢 Approval recommended

The source and generated workflow changes are consistent with the documented All You Can Eat pattern.

Pull request overview

Converts the trajectory grader implementer into a frequently scheduled Feature Grower with open-PR backpressure.

Changes:

  • Runs every 30 minutes.
  • Normalizes the open-PR skip query.
  • Regenerates the compiled workflow consistently.
File summaries
File Description
.github/workflows/daily-trajectory-grader-implementer.md Updates scheduling, backpressure query, and description.
.github/workflows/daily-trajectory-grader-implementer.lock.yml Reflects the source changes in generated YAML.
Review details
  • Files reviewed: 2/2 changed files
  • Comments generated: 0
  • Review effort level: Balanced

💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.

@github-actions

Copy link
Copy Markdown
Contributor

🎉 This pull request is included in a new release.

Release: v0.87.10

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.

3 participants