This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opennlp-sandbox.git
The following commit(s) were added to refs/heads/main by this push:
new e65dfd4 fix .asf.yaml
e65dfd4 is described below
commit e65dfd4be4c6c89b01b3299f68defdba6803d886
Author: Richard Zowalla <[email protected]>
AuthorDate: Fri Feb 7 07:12:05 2025 +0100
fix .asf.yaml
---
.asf.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.asf.yaml b/.asf.yaml
index 77ad2ff..59456c0 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -7,7 +7,7 @@ github:
homepage: https://opennlp.apache.org/
protected_branches:
# Prevent force pushes to primary branches
- master: {}
+ main: {}
custom_subjects:
new_pr: "[PR] {title} ({repository})"
close_pr: "Re: [PR] {title} ({repository})"