Skip to content

chore: sync workflow templates#321

Merged
stranske merged 1 commit intomainfrom
sync/workflows-fc69344fa9aa
Mar 9, 2026
Merged

chore: sync workflow templates#321
stranske merged 1 commit intomainfrom
sync/workflows-fc69344fa9aa

Conversation

@stranske
Copy link
Copy Markdown
Owner

@stranske stranske commented Mar 9, 2026

Sync Summary

Files Updated

  • agents_verifier_context.js: Context gathering for agent verifier
  • pr_verifier.py: PR verifier - validates PR changes against acceptance criteria

Files Skipped

  • pr-00-gate.yml: File exists and sync_mode is create_only
  • ci.yml: File exists and sync_mode is create_only
  • dependabot.yml: File exists and sync_mode is create_only
  • llm_slots.json: None

Review Checklist

  • CI passes with updated workflows
  • No repo-specific customizations were overwritten

Source: stranske/Workflows
Manifest: .github/sync-manifest.yml

Automated sync from stranske/Workflows
Template hash: fc69344fa9aa

Changes synced from sync-manifest.yml
Copilot AI review requested due to automatic review settings March 9, 2026 01:24
@stranske stranske added sync Automated sync from Workflows automated Automated sync from Workflows labels Mar 9, 2026
@stranske stranske temporarily deployed to agent-standard March 9, 2026 01:24 — with GitHub Actions Inactive
@stranske stranske temporarily deployed to agent-standard March 9, 2026 01:24 — with GitHub Actions Inactive
@agents-workflows-bot
Copy link
Copy Markdown
Contributor

⚠️ Action Required: Unable to determine source issue for PR #321. The PR title, branch name, or body must contain the issue number (e.g. #123, branch: issue-123, or the hidden marker ).

@stranske stranske temporarily deployed to agent-standard March 9, 2026 01:26 — with GitHub Actions Inactive
@agents-workflows-bot
Copy link
Copy Markdown
Contributor

agents-workflows-bot bot commented Mar 9, 2026

🤖 Keepalive Loop Status

PR #321 | Agent: Codex | Iteration 0/5

Current State

Metric Value
Iteration progress [----------] 0/5
Action wait (missing-agent-label)
Disposition skipped (transient)
Gate success
Tasks 0/6 complete
Timeout 45 min (default)
Timeout usage 7m elapsed (16%, 38m remaining)
Keepalive ❌ disabled
Autofix ❌ disabled

🔍 Failure Classification

| Error type | infrastructure |
| Error category | resource |
| Suggested recovery | Confirm the referenced resource exists (repo, PR, branch, workflow, or file). |

@agents-workflows-bot
Copy link
Copy Markdown
Contributor

agents-workflows-bot bot commented Mar 9, 2026

Keepalive Work Log (click to expand)
# Time (UTC) Agent Action Result Files Tasks Progress Commit Gate
0 2026-03-09 01:26:36 Codex wait (missing-agent-label-transient) skipped 0 0/6 cancelled
0 2026-03-09 01:28:03 Codex wait (missing-agent-label-transient) skipped 0 0/6 cancelled
0 2026-03-09 01:31:56 Codex wait (missing-agent-label-transient) skipped 0 0/6 success

@stranske stranske merged commit bb49cdc into main Mar 9, 2026
108 of 120 checks passed
@stranske stranske deleted the sync/workflows-fc69344fa9aa branch March 9, 2026 01:28
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Syncs workflow-template verifier utilities to refine how follow-up PR iterations are evaluated and detected, improving the reliability of agent verification guidance and context generation.

Changes:

  • Updated the follow-up chain prompt addendum to avoid re-grading already-satisfied upstream scope and to flag “external evidence required” for out-of-band metadata tasks.
  • Expanded follow-up iteration detection heuristics to recognize follow-up indicators via linked issue title/body patterns in addition to labels.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
scripts/langchain/pr_verifier.py Refines verifier guidance for follow-up iterations and out-of-band acceptance criteria evidence.
.github/scripts/agents_verifier_context.js Improves chain depth inference by checking additional follow-up signals on linked issues.

You can also share your feedback on Copilot code review. Take the survey.

Comment on lines 482 to +486
// Also check for follow-up label on linked issues as a depth-1 indicator
if (chainDepth === 0) {
for (const issue of closingIssues) {
if (issue.labels && issue.labels.some((l) => l.name === 'follow-up')) {
const hasFollowupLabel = issue.labels && issue.labels.some((l) => l.name === 'follow-up');
const hasFollowupTitle = /follow-?up/i.test(String(issue.title || ''));
Copy link

Copilot AI Mar 9, 2026

Choose a reason for hiding this comment

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

The inline comment says this block checks only for a follow-up label, but the logic now also uses the issue title and a source issue/pr: #... body reference. Update the comment to reflect all depth-1 indicators to avoid misleading future edits.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automated Automated sync from Workflows sync Automated sync from Workflows

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants