chore: sync workflow templates - #958
Closed
stranske wants to merge 1 commit into
Closed
Conversation
Automated sync from stranske/Workflows Template hash: 0aca1452db47 Changes synced from sync-manifest.yml
Contributor
|
Health 45 Agents Guard stopped this pull request. What we found
Next steps
Files seen in this run
|
Contributor
There was a problem hiding this comment.
Pull request overview
Syncs this repo’s GitHub Actions automation/templates from stranske/Workflows, including consolidation of deprecated agent workflows and new gating utilities to reduce unnecessary runs.
Changes:
- Replaces deprecated agent workflows with consolidated hubs (
agents-80-pr-event-hub.yml,agents-81-gate-followups.yml) and updates docs to reference the new entrypoints. - Adds unchanged-state skipping via
scripts/state_fingerprint.pyand wires it into verifier/keepalive/gate-followups workflows. - Introduces reusable gating utilities (
agent-event-eligibilityandpath-classifier) and updates supporting scripts (guard, change detection, gate summary).
Reviewed changes
Copilot reviewed 29 out of 29 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
WORKFLOW_USER_GUIDE.md |
Updates troubleshooting guidance to reference consolidated workflows. |
scripts/sync_test_dependencies.py |
Expands stdlib/module mapping logic used for test dependency syncing. |
scripts/state_fingerprint.py |
New helper to hash workflow inputs and persist/read prior fingerprints (PR comments or repo variables). |
docs/LABELS.md |
Updates workflow references for label-driven behaviors (verify/create-issue, keepalive). |
docs/CODEX_TOKEN_REFRESH.md |
Updates token refresh instructions to use the consolidated gate-followups workflow. |
.github/workflows/autofix.yml |
Adds early eligibility gate and safer defaults for should_run. |
.github/workflows/agents-verify-to-issue.yml |
Removes deprecated v1 verify-to-issue workflow. |
.github/workflows/agents-verify-to-issue-v2.yml |
Removes deprecated v2 verify-to-issue workflow (replaced by PR event hub). |
.github/workflows/agents-verifier.yml |
Adds fingerprint-based unchanged-state gating before invoking reusable verifier. |
.github/workflows/agents-pr-meta.yml |
Removes deprecated PR meta workflow (replaced by PR event hub). |
.github/workflows/agents-keepalive-loop.yml |
Removes deprecated keepalive loop workflow (replaced by gate followups). |
.github/workflows/agents-keepalive-loop-reporter.yml |
Adds fingerprint-based skip to avoid duplicate reporter posts. |
.github/workflows/agents-guard.yml |
Adds event eligibility gating to reduce unnecessary guard executions. |
.github/workflows/agents-bot-comment-handler.yml |
Removes deprecated bot comment handler workflow (replaced by PR event hub). |
.github/workflows/agents-autofix-loop.yml |
Removes deprecated autofix loop workflow (replaced by gate followups). |
.github/workflows/agents-autofix-dispatcher.yml |
Switches to an informational “handled by consolidated workflow” acknowledgment. |
.github/workflows/agents-auto-pilot.yml |
Adds eligibility gating and updates dispatch targets to consolidated workflows. |
.github/workflows/agents-auto-label.yml |
Updates triggers and adds eligibility gating to avoid bot-driven runs. |
.github/workflows/agents-81-gate-followups.yml |
Adds fingerprint skip + consolidates followup logic under the new workflow. |
.github/workflows/agents-80-pr-event-hub.yml |
Adds eligibility gating and routes handlers via consolidated PR event hub. |
.github/scripts/keepalive_orchestrator_gate_runner.js |
Enhances keepalive gate logic (label normalization, draft routing, self-healing labels). |
.github/scripts/gate_summary.py |
Incorporates PYTHON_REQUIRED to interpret skipped Python CI correctly. |
.github/scripts/detect-changes.js |
Hardens input normalization and makes rate-limit wrapper optional. |
.github/scripts/agents-guard.js |
Allows removal of additional deprecated workflow paths in guard enforcement. |
.github/path-classification.yml |
Adds repo path classification rules for CI/workflow gating. |
.github/actions/path-classifier/classify.js |
New action script to classify changed files into categories. |
.github/actions/path-classifier/action.yml |
Composite action wrapper for path classification. |
.github/actions/agent-event-eligibility/eligibility.js |
New action to pre-filter events/actors/labels via a simple predicate language. |
.github/actions/agent-event-eligibility/action.yml |
Composite action wrapper for event eligibility gating. |
Comment on lines
+88
to
+93
| - name: Compute state fingerprint | ||
| id: fingerprint | ||
| env: | ||
| GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
| PR_NUMBER: >- |
Owner
Author
|
Closing as stale because Workflows source fixes merged and a newer sync workflow templates PR now exists for this repository. |
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.
Sync Summary
Files Updated
Files Skipped
Review Checklist
Source: stranske/Workflows
Source SHA:
9a87e88315550c8f246817bb77e665f6d6c9d267Template hash:
0aca1452db47Sync branch:
sync/workflows-0aca1452db47Consumer repo:
stranske/Manager-DatabaseManifest:
.github/sync-manifest.yml