Skip to content

Rewrite extension-template-sync to detect unsynced PRs and create issues#646

Merged
edvilme merged 1 commit intomainfrom
eduardovil/sync-workflow-issue-only
Mar 3, 2026
Merged

Rewrite extension-template-sync to detect unsynced PRs and create issues#646
edvilme merged 1 commit intomainfrom
eduardovil/sync-workflow-issue-only

Conversation

@edvilme
Copy link
Contributor

@edvilme edvilme commented Mar 3, 2026

Rewrite the extension-template-sync agentic workflow and remove noop from issue-triage.

extension-template-sync changes

  • Trigger: Daily schedule + manual workflow_dispatch (removed PR-number input)
  • Detection: Compares the last 50 merged template PRs against this repo's files to detect missing changes
  • Output: Creates an issue per unsynced template PR (instead of a sync PR with code changes)
  • Issue content: Title, summary, differing files, suggested fix, and link to source PR
  • Dedup: Skips creating issues if one already exists for the same template PR
  • Removed
    oop
    from safe-outputs to prevent unwanted issue creation on no-op runs

issue-triage changes

  • Removed
    oop
    from safe-outputs and all prompt references to prevent unwanted issue creation

Infrastructure

  • Upgraded gh-aw from v0.47.5 to v0.51.6
  • Recompiled all workflows with new version

@edvilme edvilme added the debt Technical debt or repo cleanup label Mar 3, 2026
@edvilme edvilme enabled auto-merge (squash) March 3, 2026 01:01
@edvilme edvilme force-pushed the eduardovil/sync-workflow-issue-only branch 3 times, most recently from 0026c45 to cf39804 Compare March 3, 2026 01:24
Switch from creating sync PRs to opening issues for each unsynced template
PR. The workflow now runs daily-only (no manual dispatch), checks the last
50 merged template PRs by comparing file contents, and creates an issue
with title, summary, differing files, suggested fix, and source PR link.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@edvilme edvilme force-pushed the eduardovil/sync-workflow-issue-only branch from cf39804 to 36d8e21 Compare March 3, 2026 01:27
@edvilme edvilme merged commit ef96fc7 into main Mar 3, 2026
20 checks passed
@edvilme edvilme deleted the eduardovil/sync-workflow-issue-only branch March 3, 2026 18:18
Copy link

@rchiodo rchiodo left a comment

Choose a reason for hiding this comment

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

Approved via Review Center.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

debt Technical debt or repo cleanup

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants