Skip to content

Commit ecde861

Browse files
authored
Refine ASF metadata and enable pull request options (#2087)
Updated description formatting and added pull request settings.
1 parent a8b2cf1 commit ecde861

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

.asf.yaml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,14 @@
1818
# https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features
1919
# for more details
2020
github:
21-
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."
21+
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."
2222
homepage: https://libcloud.apache.org
2323
labels:
2424
- python
2525
- library
2626
- cloud
2727
- libcloud
2828
- apache
29-
del_branch_on_merge: true
3029
features:
3130
wiki: false
3231
issues: true
@@ -37,20 +36,19 @@ github:
3736
rebase: false
3837
autolink_jira:
3938
- LIBCLOUD
39+
pull_requests:
40+
allow_auto_merge: true
41+
allow_update_branch: true
42+
del_branch_on_merge: true
4043
protected_branches:
4144
trunk:
4245
required_status_checks:
43-
# strict means "Require branches to be up to date before merging".
44-
strict: true
45-
# contexts are the names of checks that must pass
4646
contexts:
4747
- "Unit Tests (Python 3.9)"
4848
- "Unit Tests (Python 3.10)"
4949
- "Unit Tests (Python 3.11)"
5050
- "Unit Tests (Python 3.12)"
5151
- "Unit Tests (Python 3.13)"
52-
- "Run Various Lint and Other Checks (3.9)"
53-
- "Build and upload Documentation (3.9)"
5452
- "Dependency Review"
5553

5654
notifications:

0 commit comments

Comments
 (0)