You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by jd...@apache.org on 2023/04/08 09:48:37 UTC

[qpid-cpp] branch main updated: NO-JIRA: configure additional GitHub features though .asf.yaml (#35)

This is an automated email from the ASF dual-hosted git repository.

jdanek pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-cpp.git


The following commit(s) were added to refs/heads/main by this push:
     new 751fdf03a NO-JIRA: configure additional GitHub features though .asf.yaml (#35)
751fdf03a is described below

commit 751fdf03aba325ba519515322f35552964684971
Author: Jiri Daněk <jd...@redhat.com>
AuthorDate: Sat Apr 8 11:48:32 2023 +0200

    NO-JIRA: configure additional GitHub features though .asf.yaml (#35)
---
 .asf.yaml | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index 9ef0e61dd..d247ea1e4 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -16,6 +16,8 @@
 # specific language governing permissions and limitations
 # under the License.
 #
+
+# https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features#Git.asf.yamlfeatures-GitHubsettings
 github:
   description: "Mirror of Apache Qpid C++"
   homepage: https://qpid.apache.org/components/cpp-broker
@@ -29,3 +31,19 @@ github:
     - amqp10
     - amqps
     - cpp
+  features:
+    wiki: false
+    issues: false
+    projects: true
+  enabled_merge_buttons:
+    merge: false
+    squash: true
+    rebase: true
+  protected_branches:
+    main: {}
+  autolink_jira:
+    - INFRA
+    - QPID
+  dependabot_alerts: true
+  dependabot_updates: true
+  del_branch_on_merge: true


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org