tisonkun commented on code in PR #2087:
URL: https://github.com/apache/libcloud/pull/2087#discussion_r2724749861
##########
.asf.yaml:
##########
@@ -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)"
Review Comment:
To be
```
- "Run Various Lint and Other Checks (3.10)"
- "Build and upload Documentation (3.10)"
```
After @micafer's https://github.com/apache/libcloud/pull/2083 was merged.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]