Project
cortex
Description
When a Cortex-related workflow already exists (e.g., release.yml detected by github status), running github install silently creates an additional Cortex.yml file. No duplicate detection or confirmation prompt.
Error Message
Debug Logs
System Information
Screenshots
https://github.com/codvy8282/images/blob/main/25.png
Steps to Reproduce
$ cortex github status
[OK] Cortex workflow is installed.
Path: ./.github/workflows/release.yml
$ cortex github install
GitHub Actions workflow installed!
Location: ./.github/workflows/Cortex.yml
Now there are TWO workflow files
Expected Behavior
Warn that a workflow already exists and ask for confirmation, or update the existing one.
Actual Behavior
Silently creates a second workflow file alongside the existing one.
Additional Context
No response
Project
cortex
Description
When a Cortex-related workflow already exists (e.g., release.yml detected by github status), running github install silently creates an additional Cortex.yml file. No duplicate detection or confirmation prompt.
Error Message
Debug Logs
System Information
Screenshots
https://github.com/codvy8282/images/blob/main/25.png
Steps to Reproduce
$ cortex github status
[OK] Cortex workflow is installed.
Path: ./.github/workflows/release.yml
$ cortex github install
GitHub Actions workflow installed!
Location: ./.github/workflows/Cortex.yml
Now there are TWO workflow files
Expected Behavior
Warn that a workflow already exists and ask for confirmation, or update the existing one.
Actual Behavior
Silently creates a second workflow file alongside the existing one.
Additional Context
No response