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 <jda...@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-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org