Yicong-Huang commented on issue #4579:
URL: https://github.com/apache/texera/issues/4579#issuecomment-4643818306
Resolved by #5080 (INFRA bot's `Set up default rulesets for default and
release branches`), which installed a `Default Branch Protection` ruleset
covering release branches. Verified live:
\`\`\`
$ gh api repos/apache/texera/rulesets/16663487 \
--jq '{name, enforcement, includes: .conditions.ref_name.include, rules:
[.rules[].type]}'
{
"name": "Default Branch Protection",
"enforcement": "active",
"includes": ["~DEFAULT_BRANCH", "refs/heads/release/*",
"refs/heads/rel/*"],
"rules": ["deletion", "non_fast_forward"]
}
\`\`\`
So release branches now have deletion + non-fast-forward protection at the
ruleset level. Closing. See also #4603 for the related opt-in chain (#5036 →
#5080 → #5139).
--
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]