Skip to content

Commit bce466b

Browse files
committed
Merge branch 'trunk' into tests_to_py310
Signed-off-by: tison <wander4096@gmail.com>
2 parents 45b013c + ecde861 commit bce466b

File tree

23 files changed

+7
-1210
lines changed

23 files changed

+7
-1210
lines changed

.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:

.github/actions/README.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

.github/actions/gh-action-pip-audit/.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 0 additions & 64 deletions
This file was deleted.

.github/actions/gh-action-pip-audit/.github/ISSUE_TEMPLATE/config.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

.github/actions/gh-action-pip-audit/.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 0 additions & 50 deletions
This file was deleted.

.github/actions/gh-action-pip-audit/.github/workflows/ci.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

.github/actions/gh-action-pip-audit/.github/workflows/selftest.yml

Lines changed: 0 additions & 108 deletions
This file was deleted.

.github/actions/gh-action-pip-audit/.github/workflows/semgrep.yml

Lines changed: 0 additions & 22 deletions
This file was deleted.

.github/actions/gh-action-pip-audit/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)