Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Escape does not abort the running of the workflow

Open
#487 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
42/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Stale
Tech stack
typescript, vscode
Domain
devtools

Research direction

Reproduce the issue in the VS Code extension by running a workflow that prompts for parameters, then pressing Escape or switching IDE focus. Start by tracing the parameter prompt and its keyboard/focus handling; done means Escape aborts the workflow and losing focus does not advance to the next parameter.

Written by the indexing model from the issue text.

Description

bug

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Run a workflow
  2. When the dialog pops open to enter a parameter, hit escape
  3. It keeps on going to the next parameter and eventually the job is run

Expected behavior
Hitting escape should terminate the running of the workflow while entering parameters as per the prompt in the popup

Screenshots

Image

Extension Version
0.27.2

Additional context
Another issue found:
When the prompt is shown, if the IDE loses focus due to a global mac keyboard shortcut (I was popping open a clipboard tool to paste in a value into one of the parameters), it skips that step (not sure if it entered a value or just treated it as if I hit enter). The keystroke I used BTW was Shift+Cmd+C

Dominant language
TypeScript
Stars
661
Forks
214
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from github/vscode-github-actions

All issues in github/vscode-github-actions

Similar issues

More TypeScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.