chore: sync workflow validation fixes from agents review#352
Conversation
📝 WalkthroughWalkthroughThis PR updates GitHub Actions workflow configurations to refine permissions and conditional execution logic, advances the wiki submodule reference, and documents these fixes in the changelog. Three workflow files receive targeted updates for permission scoping and trigger conditions; the wiki pointer is synchronized to a new revision. ChangesWorkflow Configuration and Git Artifacts
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
|
🚀 Preview is available for this pull request. |
Summary
Follow-up workflow-sync fixes requested by CodeRabbit review feedback in the
agentsrepository context, then propagated to this branch after the rebase sequence.Included changes
resources/github-actions/auto-resolve-conflicts.yml: keep branch filter declaration stable and explicit in the reusable workflow definition.resources/github-actions/changelog.yml: tighten changelog dispatch condition for pull request target execution context..github/workflows/label-sync.yml: adjust permissions so label sync can apply updates when intended.docs/_static/mascot-banner.png: synchronize managed static asset state from the reviewed source..github/wikisubmodule pointer: keep pointer aligned to the expected managed commit (generated by sync flow).Notes
.github/mcp.jsonexperiment was removed and not included..gitattributestest-only line (.github/workflows/*.lock.yml linguist-generated=true merge=ours) was intentionally removed from this PR.Related