ci: PR 게이트 워크플로 추가 — ruleset strict up-to-date 정책 발효용 - #1
Merged
Merged
Conversation
main ruleset의 "Require branches to be up to date before merging"는 필수 status check가 1개 이상 있어야 동작한다(2026-09-17 실측). 모든 PR에서 항상 발화하는 gate 잡을 두고 이 잡을 필수 체크로 걸어 뒤처진 PR이 머지되지 않게 한다. Refs jenxor/jenxor-workspace#47
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.
요약
모든 PR에서 항상 발화하는 no-op
gate잡을 추가한다. 머지 뒤mainruleset의 필수 status check에gate를 걸어 Require branches to be up to date before merging이 실제로 동작하게 한다.배경
2026-09-17 jenxor 전 레포에 strict up-to-date 정책을 적용했으나, 필수 체크가 0개인 레포에서는 이 정책이 발효되지 않는 것을 실측으로 확인했다(jenxor-workspace #47이 뒤처진 상태로 머지됨). 실제 검증 잡이 생기면 이 잡이 결과를 집계하도록 확장한다.
Refs jenxor/jenxor-workspace#47
🤖 Generated with Claude Code