Auto update references for commits, tags, etc#452
Conversation
d4b8fb6 to
8a4b866
Compare
8a4b866 to
b730b8a
Compare
b730b8a to
9240fcd
Compare
9240fcd to
c578c44
Compare
c578c44 to
09607f3
Compare
09607f3 to
2f5919c
Compare
2f5919c to
6353039
Compare
6353039 to
2c57276
Compare
2c57276 to
2696792
Compare
|
I took a cautious look at the currently open auto-generated maintenance PRs before touching anything, especially because you mentioned an upcoming release. I did not take any action on these PRs. I’m just flagging what I found, in case it helps with maintainer triage. #452 — Auto update references for commits, tags, etcThis PR looks suspicious to me and I would not consider it safe as-is. It is already conflicting, and it only has CodeQL checks, not the main CI/CD workflow. The most concerning part is the docs update:
The likely cause seems to be in That currently selects: because Filtering to So #452 appears to expose an overly broad tag-selection rule in the auto-update workflow. #295 and #460 — Auto update tree-sitter parser info filesThese two PRs are mergeable, but they also seem to have only CodeQL checks. That worries me because the relevant validation for these changes should be the main CI/CD workflow: it runs #295 changes to: #460 changes to: The server runtime is still I also noticed a small script fragility: but With the current bash parser info format, that produces a package spec like: npm 10 tolerates this and resolves the expected version, but it is not a very robust/canonical form to rely on. Possible next stepsMy suggestions, leaving the decision entirely to you:
Again, no action taken from my side. I’m just flagging this because these auto-generated PRs look like they need maintainer judgement before being used for release preparation. |
|
Hello @gcomneno, thanks for taking a look! |
2696792 to
27ed0aa
Compare
Automated changes by create-pull-request GitHub action