Stefan Parviainen
Stefan Parviainen
We manage a quite large number of github repositories through terraform. We want to ensure that all the repositories have the same issue labels. Currently, for each repo, we have...
The following code ```python import cloudpathlib s3_path = cloudpathlib.S3Path(f"s3://my-bucket/foo.txt") s3_path.open("x").close() # Create empty file s3_path.unlink() s3_path.open("x").close() # Create empty file ``` does not work as expected. I would expect it...
I'm using `cloudpathlib.AnyPath` to be able to fall back to a local filesystem for e.g. testing. However, it seems that `AnyPath.rmtree()` does not work correctly if the path points to...
I would like to be able to set the default settings for repositories in the organization, e,g, the default branch, commit sign-off requirements and labels (like I can in the...