We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da9e220 commit 751fdf0Copy full SHA for 751fdf0
.asf.yaml
@@ -16,6 +16,8 @@
16
# specific language governing permissions and limitations
17
# under the License.
18
#
19
+
20
+# https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features#Git.asf.yamlfeatures-GitHubsettings
21
github:
22
description: "Mirror of Apache Qpid C++"
23
homepage: https://qpid.apache.org/components/cpp-broker
@@ -29,3 +31,19 @@ github:
29
31
- amqp10
30
32
- amqps
33
- 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