From 861afe9335be888693fdd54ddec1a5a8856dba54 Mon Sep 17 00:00:00 2001 From: tison Date: Sun, 25 Jan 2026 09:04:48 +0800 Subject: [PATCH] Refine ASF metadata and enable pull request options Updated description formatting and added pull request settings. --- .asf.yaml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index 27a374ff3e..09cd133854 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -18,7 +18,7 @@ # https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features # for more details github: - description: "Apache Libcloud is a Python library which hides differences between different cloud provider APIs and allows you to manage different cloud resources through a unified and easy to use API." + description: "Apache Libcloud is a Python library that hides differences between different cloud provider APIs and allows you to manage different cloud resources through a unified and easy-to-use API." homepage: https://libcloud.apache.org labels: - python @@ -26,7 +26,6 @@ github: - cloud - libcloud - apache - del_branch_on_merge: true features: wiki: false issues: true @@ -37,20 +36,19 @@ github: rebase: false autolink_jira: - LIBCLOUD + pull_requests: + allow_auto_merge: true + allow_update_branch: true + del_branch_on_merge: true protected_branches: trunk: required_status_checks: - # strict means "Require branches to be up to date before merging". - strict: true - # contexts are the names of checks that must pass contexts: - "Unit Tests (Python 3.9)" - "Unit Tests (Python 3.10)" - "Unit Tests (Python 3.11)" - "Unit Tests (Python 3.12)" - "Unit Tests (Python 3.13)" - - "Run Various Lint and Other Checks (3.9)" - - "Build and upload Documentation (3.9)" - "Dependency Review" notifications: