You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# All configurations could be found here: https://github.com/apache/infrastructure-asfyaml/
18
+
20
19
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."
20
+
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."
22
21
homepage: https://libcloud.apache.org
23
22
labels:
24
23
- python
25
24
- library
26
25
- cloud
27
26
- libcloud
28
27
- apache
29
-
del_branch_on_merge: true
30
28
features:
31
29
wiki: false
32
30
issues: true
@@ -37,25 +35,25 @@ github:
37
35
rebase: false
38
36
autolink_jira:
39
37
- LIBCLOUD
38
+
pull_requests:
39
+
allow_auto_merge: true
40
+
allow_update_branch: true
41
+
del_branch_on_merge: true
40
42
protected_branches:
41
43
trunk:
42
44
required_status_checks:
43
-
# strict means "Require branches to be up to date before merging".
0 commit comments