Skip to content

Commit 0026c45

Browse files
edvilmeCopilot
andcommitted
Rewrite extension-template-sync to detect unsynced PRs and create issues
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>
1 parent dea449f commit 0026c45

File tree

5 files changed

+296
-428
lines changed

5 files changed

+296
-428
lines changed

.github/aw/actions-lock.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@
1919
"repo": "github/gh-aw/actions/setup",
2020
"version": "v0.47.5",
2121
"sha": "9450254bc994da0d6a346ce438a4b3764f01c456"
22+
},
23+
"github/gh-aw/actions/setup@v0.51.6": {
24+
"repo": "github/gh-aw/actions/setup",
25+
"version": "v0.51.6",
26+
"sha": "33cd6c7f1fee588654ef19def2e6a4174be66197"
2227
}
2328
}
2429
}

.github/workflows/check-python-versions.lock.yml

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)