This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch clean in repository https://gitbox.apache.org/repos/asf/camel-karavan.git
commit 4d7c76ebc3d87b8687919a2d4eda0e7f575d9255 Author: Andrea Cosentino <[email protected]> AuthorDate: Thu Oct 7 15:07:13 2021 +0200 Update ASF Yaml correct file --- .asf.yaml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index e6d658c..a92b34a 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -15,6 +15,10 @@ # limitations under the License. # +notifications: + commits: [email protected] + issues: [email protected] + pullrequests: [email protected] github: description: "Karavan the Camel Integration Designer" homepage: https://camel.apache.org @@ -22,5 +26,9 @@ github: - camel - integration - java -notifications: - pullrequests: [email protected] + enabled_merge_buttons: + squash: true + merge: false + rebase: true + features: + issues: true
