This is an automated email from the ASF dual-hosted git repository.
tison pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git
The following commit(s) were added to refs/heads/trunk by this push:
new ecde86163 Refine ASF metadata and enable pull request options (#2087)
ecde86163 is described below
commit ecde86163a9dc24725f92ca45a6cea6b7786d219
Author: tison <[email protected]>
AuthorDate: Sun Jan 25 09:12:02 2026 +0800
Refine ASF metadata and enable pull request options (#2087)
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 27a374ff3..09cd13385 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: