This is an automated email from the ASF dual-hosted git repository. ilgrosso pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/syncope.git
commit c522f0f4174f50ad4ff15f22d20bd16b99d5cc45 Author: Francesco Chicchiriccò <[email protected]> AuthorDate: Tue Mar 18 08:25:15 2025 +0100 Attempting to fix .asf.yaml --- .asf.yaml | 30 +++++++++++++----------------- 1 file changed, 13 insertions(+), 17 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index 7aef2aa9ac..632495fb37 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -22,22 +22,18 @@ github: - request-routing - service-mesh - microservices + dependabot_alerts: false + dependabot_updates: true enabled_merge_buttons: - # enable squash button: - squash: true - # enable merge button: - merge: false - # disable rebase button: - rebase: true + squash: true + squash_commit_message: PR_TITLE + merge: false + rebase: true - github: - dependabot_alerts: false - dependabot_updates: true - - notifications: - commits: [email protected] - issues: [email protected] - pullrequests_status: [email protected] - pullrequests_comment: [email protected] - pullrequests_bot_dependabot: [email protected] - jira_options: link label worklog +notifications: + commits: [email protected] + issues: [email protected] + pullrequests_status: [email protected] + pullrequests_comment: [email protected] + pullrequests_bot_dependabot: [email protected] + jira_options: link label worklog
