Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 5 additions & 7 deletions .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,14 @@
# 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
- library
- cloud
- libcloud
- apache
del_branch_on_merge: true
features:
wiki: false
issues: true
Expand All @@ -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)"
Comment on lines -52 to -53
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To be

          - "Run Various Lint and Other Checks (3.10)"
          - "Build and upload Documentation (3.10)"

After @micafer's #2083 was merged.

- "Dependency Review"

notifications:
Expand Down
Loading