mengw15 commented on code in PR #8379:
URL: https://github.com/apache/texera/pull/8379#discussion_r3945679523
##########
.asf.yaml:
##########
@@ -69,20 +69,76 @@ github:
rebase: false
rulesets:
- - name: Merge Queue
+ # Rule-for-rule identical to "Merge Queue" below; split out so the bypass
+ # here stays off main. The bypass exempts actions performed as the GitHub
+ # Actions app — i.e. any workflow's GITHUB_TOKEN, which is what
+ # direct-backport-push.yml's fast path pushes with (#8377). It cannot be
+ # scoped to a single workflow. People and PATs still face every rule.
+ #
+ # Listed BEFORE "Merge Queue" deliberately: asfyaml applies rulesets in
Review Comment:
Added in 39436cbe7: the script keeps the parsed list and fails when 'Merge
Queue (release)' no longer precedes 'Merge Queue'. Verified red by reordering
the live file, then green after restoring.
##########
amber/dev-requirements.txt:
##########
@@ -39,3 +39,5 @@ betterproto[compiler]==2.0.0b7
# Required by `bin/local-dev.sh -i` (the interactive Textual TUI).
textual==8.2.8
+# .github/scripts/test_asf_rulesets.sh (infra job shell tests)
Review Comment:
Applied in 39436cbe7.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]