Skip to content

Commit

Permalink
ORC-1802: Enable tag protection
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?

This PR aims to enable tag protection in Apache ORC repository.

### Why are the changes needed?

To protect tags.
- https://cwiki.apache.org/confluence/display/INFRA/git+-+.asf.yaml+features#Git.asf.yamlfeatures-Tagprotection

For example, `rel/*` tags are referenced by Apache ORC website and `v*.*.*` tags are referenced by other ASF projects.

### How was this patch tested?

Manual review.

### Was this patch authored or co-authored using generative AI tooling?

No.

Closes #2069 from dongjoon-hyun/ORC-1802.

Authored-by: Dongjoon Hyun <dongjoon@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
  • Loading branch information
dongjoon-hyun committed Nov 5, 2024
1 parent da5dcb1 commit b0ee122
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ github:
- java
- cpp
- big-data
protected_tags:
- "rel/*"
- "v*.*.*"
notifications:
pullrequests: issues@orc.apache.org
issues: issues@orc.apache.org
Expand Down

0 comments on commit b0ee122

Please sign in to comment.