[Bug] block() function leaves stdin in raw mode on Windows, breaking Ctrl+C signal handling #51
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: issue | |
| on: | |
| issues: | |
| types: [opened, edited, labeled, reopened] | |
| jobs: | |
| backlog: | |
| if: github.event.action == 'edited' || github.event.action == 'labeled' | |
| uses: bombshell-dev/automation/.github/workflows/move-issue-to-backlog.yml@main | |
| secrets: inherit | |
| project: | |
| if: github.event.action == 'opened' || github.event.action == 'reopened' | |
| uses: bombshell-dev/automation/.github/workflows/add-issue-to-project.yml@main | |
| secrets: inherit |