This is an automated email from the ASF dual-hosted git repository.
jshao pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino.git
The following commit(s) were added to refs/heads/main by this push:
new dc3bba6c68 [MINOR] Temporary disable tag protection to delete some
wrong tags (#7004)
dc3bba6c68 is described below
commit dc3bba6c6878eb36922d3c173c86e55a4ff59d93
Author: Jerry Shao <[email protected]>
AuthorDate: Fri Apr 18 16:48:40 2025 +0800
[MINOR] Temporary disable tag protection to delete some wrong tags (#7004)
### What changes were proposed in this pull request?
Update the `.asf.yaml` file to disable tag protection.
### Why are the changes needed?
There's a wrong tag needs to be deleted, so we have to disable this
temporarily to delete that tag.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Existing tests.
---
.asf.yaml | 2 --
1 file changed, 2 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index 3f12f0d0d2..35ebb19f1b 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -52,8 +52,6 @@ github:
required_approving_review_count: 1
dependabot_alerts: true
dependabot_updates: false
- protected_tags:
- - "v*.*.*"
collaborators:
- noidname01
- orenccl