Skip to content

Add workflow run deletion action - #624

Open
ryux1 wants to merge 1 commit into
github:mainfrom
ryux1:fix/delete-workflow-run
Open

Add workflow run deletion action#624
ryux1 wants to merge 1 commit into
github:mainfrom
ryux1:fix/delete-workflow-run

Conversation

@ryux1

@ryux1 ryux1 commented Sep 7, 2026

Copy link
Copy Markdown

Summary

  • add an inline delete action for completed workflow runs
  • require write access and a modal confirmation before deletion
  • refresh both workflow run views after a successful deletion
  • add coverage for the permission/status context used to expose the action

Fixes #293

Testing

  • npm test -- --runInBand (34 tests)
  • npm run format-check
  • npm run lint
  • npm run build

npm run package currently stops before compilation because vsce rejects the existing scoped package name (@github/vscode-github-actions); this change does not modify that field.

@ryux1
ryux1 requested a review from a team as a code owner September 7, 2026 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

An option to delete a workflow run

1 participant