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-sandbox.git
commit e72f10870e9ae51a0b020c72fd057d8f54f85257 Author: Richard Zowalla <[email protected]> AuthorDate: Tue Jul 4 10:07:06 2023 +0200 OPENNLP-1503 - Configure auto generated subject lines in mail templates from GH --- .asf.yml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/.asf.yml b/.asf.yml new file mode 100644 index 0000000..77ad2ff --- /dev/null +++ b/.asf.yml @@ -0,0 +1,35 @@ +## Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0 + +## See https://s.apache.org/asfyaml + +github: + description: "Apache OpenNLP Sandbox" + homepage: https://opennlp.apache.org/ + protected_branches: + # Prevent force pushes to primary branches + master: {} + 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 + - nlp + - languagetechnology + - textprocessing + - compling \ No newline at end of file
