From e65dfd4be4c6c89b01b3299f68defdba6803d886 Mon Sep 17 00:00:00 2001 From: Richard Zowalla <13417392+rzo1@users.noreply.github.com> Date: Fri, 7 Feb 2025 07:12:05 +0100 Subject: [PATCH] fix .asf.yaml --- .asf.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.asf.yaml b/.asf.yaml index 77ad2ff0..59456c04 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})"