Richard Zowalla | 46ef22a | 2023-07-04 10:07:06 +0200 | [diff] [blame] | 1 | ## Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0 |
| 2 | |
| 3 | ## See https://s.apache.org/asfyaml |
| 4 | |
| 5 | github: |
| 6 | description: "Apache OpenNLP Sandbox" |
| 7 | homepage: https://opennlp.apache.org/ |
| 8 | protected_branches: |
| 9 | # Prevent force pushes to primary branches |
| 10 | master: {} |
| 11 | custom_subjects: |
| 12 | new_pr: "[PR] {title} ({repository})" |
| 13 | close_pr: "Re: [PR] {title} ({repository})" |
| 14 | comment_pr: "Re: [PR] {title} ({repository})" |
| 15 | diffcomment: "Re: [PR] {title} ({repository})" |
| 16 | merge_pr: "Re: [PR] {title} ({repository})" |
| 17 | new_issue: "[I] {title} ({repository})" |
| 18 | comment_issue: "Re: [I] {title} ({repository})" |
| 19 | close_issue: "Re: [I] {title} ({repository})" |
| 20 | catchall: "[GH] {title} ({repository})" |
| 21 | new_discussion: "[D] {title} ({repository})" |
| 22 | edit_discussion: "Re: [D] {title} ({repository})" |
| 23 | close_discussion: "Re: [D] {title} ({repository})" |
| 24 | close_discussion_with_comment: "Re: [D] {title} ({repository})" |
| 25 | reopen_discussion: "Re: [D] {title} ({repository})" |
| 26 | new_comment_discussion: "Re: [D] {title} ({repository})" |
| 27 | edit_comment_discussion: "Re: [D] {title} ({repository})" |
| 28 | delete_comment_discussion: "Re: [D] {title} ({repository})" |
| 29 | labels: |
| 30 | - apache |
| 31 | - opennlp |
| 32 | - nlp |
| 33 | - languagetechnology |
| 34 | - textprocessing |
| 35 | - compling |