-
Notifications
You must be signed in to change notification settings - Fork 4
/
.asf.yaml
68 lines (61 loc) · 2.1 KB
/
.asf.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
github:
description: "Apache JDO project"
homepage: https://db.apache.org/jdo
labels:
- db
- jdo
- nosql
- jpa
- jta
- api
- database
- orm
- apache
- java
enabled_merge_buttons:
# disable merge button:
merge: false
# enable squash button:
squash: true
# enable rebase button:
rebase: true
protected_branches:
# rules for the 'main' branch
main:
# disallows pushing merge commits to the branch
required_linear_history: true
required_status_checks:
# strict means "Require branches to be up to date before merging".
strict: false
# rules for the 'publish' branch
#
# set up branch protection for site publishing branch to avoid accidental deletion
# force-pushes are still necessary as they are used to deploy new versions of the site
publish:
allow_force_pushes: true
custom_subjects:
# set custom subjects for automated mails for actions on GitHub
new_pr: "[PR] {title} ({repository})"
close_pr: "Re: [PR] {title} ({repository})"
comment_pr: "Re: [PR] {title} ({repository})"
merge_pr: "Re: [PR] {title} ({repository})"
catchall: "Updated: {repository}/#{issue_id}: {title}"
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})"
notifications:
commits: [email protected]
issues: [email protected]
pullrequests: [email protected]
jobs: [email protected]
discussions: [email protected]
jira_options: link label