This is an automated email from the ASF dual-hosted git repository. rzo1 pushed a commit to branch OPENNLP-1503_Configure_auto_generated_subject_lines_in_mail_templates_from_GH in repository https://gitbox.apache.org/repos/asf/opennlp-site.git
commit 2f45dba1331312c2d9609f26bcf505b2449aa9d4 Author: Richard Zowalla <[email protected]> AuthorDate: Tue Jul 4 10:04:30 2023 +0200 OPENNLP-1503 - Configure auto generated subject lines in mail templates from GH --- .asf.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/.asf.yaml b/.asf.yaml index f7c63720..0ab7ee79 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -1,6 +1,27 @@ github: description: "Website sources for the Apache OpenNLP website" homepage: https://opennlp.apache.org/ + protected_branches: + # Prevent force pushes to primary branches + main: { } + custom_subjects: + new_pr: "[PR] {title} ({repository})" + close_pr: "Re: [PR] {title} ({repository})" + comment_pr: "Re: [PR] {title} ({repository})" + diffcomment: "Re: [PR] {title} ({repository})" + merge_pr: "Re: [PR] {title} ({repository})" + new_issue: "[I] {title} ({repository})" + comment_issue: "Re: [I] {title} ({repository})" + close_issue: "Re: [I] {title} ({repository})" + catchall: "[GH] {title} ({repository})" + new_discussion: "[D] {title} ({repository})" + edit_discussion: "Re: [D] {title} ({repository})" + close_discussion: "Re: [D] {title} ({repository})" + close_discussion_with_comment: "Re: [D] {title} ({repository})" + reopen_discussion: "Re: [D] {title} ({repository})" + new_comment_discussion: "Re: [D] {title} ({repository})" + edit_comment_discussion: "Re: [D] {title} ({repository})" + delete_comment_discussion: "Re: [D] {title} ({repository})" labels: - apache - opennlp
