Open ckunki opened 5 days ago
Directory .github/workflows exists File .github/workflows/pr-merge.yml did not exist
.github/workflows
.github/workflows/pr-merge.yml
Command
poetry run tbx workflow install pr-merge
Error message
FileExistsError: [Errno 17] File exists: '.github/workflows'
PTB creates the file as the file does not overwrite an existing file.
See also
Use case
Directory
.github/workflows
exists File.github/workflows/pr-merge.yml
did not existCommand
Current behavior
Error message
Expected behavior
PTB creates the file as the file does not overwrite an existing file.