Skip to content

Commit 751fdf0

Browse files
authored
NO-JIRA: configure additional GitHub features though .asf.yaml (#35)
1 parent da9e220 commit 751fdf0

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.asf.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
# specific language governing permissions and limitations
1717
# under the License.
1818
#
19+
20+
# https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features#Git.asf.yamlfeatures-GitHubsettings
1921
github:
2022
description: "Mirror of Apache Qpid C++"
2123
homepage: https://qpid.apache.org/components/cpp-broker
@@ -29,3 +31,19 @@ github:
2931
- amqp10
3032
- amqps
3133
- cpp
34+
features:
35+
wiki: false
36+
issues: false
37+
projects: true
38+
enabled_merge_buttons:
39+
merge: false
40+
squash: true
41+
rebase: true
42+
protected_branches:
43+
main: {}
44+
autolink_jira:
45+
- INFRA
46+
- QPID
47+
dependabot_alerts: true
48+
dependabot_updates: true
49+
del_branch_on_merge: true

0 commit comments

Comments
 (0)