This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-graalvm-distro.git
The following commit(s) were added to refs/heads/main by this push:
new 86f19ea remove branch protection (#8)
86f19ea is described below
commit 86f19ea0f60fd898f619969d9b2f99932cb60902
Author: 吴晟 Wu Sheng <[email protected]>
AuthorDate: Tue Feb 17 22:56:53 2026 +0800
remove branch protection (#8)
---
.asf.yaml | 5 -----
1 file changed, 5 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index 6957a44..c60a21f 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -29,8 +29,3 @@ github:
merge: false
rebase: false
dependabot_updates: false
- protected_branches:
- main:
- required_pull_request_reviews:
- dismiss_stale_reviews: true
- required_approving_review_count: 1