Skip to content

chore: delete unused .github/actions directory#28131

Merged
pelikhan merged 1 commit intomainfrom
copilot/remove-dead-code-actions
Apr 23, 2026
Merged

chore: delete unused .github/actions directory#28131
pelikhan merged 1 commit intomainfrom
copilot/remove-dead-code-actions

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 23, 2026

Summary

Removes the .github/actions directory which contains dead code — two composite GitHub Actions that are never referenced anywhere in the repository:

  • .github/actions/daily-perf-improver/build-steps/action.yml
  • .github/actions/daily-test-improver/coverage-steps/action.yml

Neither action is referenced by any workflow file or any other file in the repository.

Changes

  • Deleted .github/actions/daily-perf-improver/build-steps/action.yml
  • Deleted .github/actions/daily-test-improver/coverage-steps/action.yml

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Removes two unused composite GitHub Actions under .github/actions that are not referenced by any workflow or other repository files.

Changes:

  • Deleted the “Daily Test Coverage Steps” composite action (daily-test-improver/coverage-steps).
  • Deleted the “Daily Perf Improver Build Steps” composite action (daily-perf-improver/build-steps).
Show a summary per file
File Description
.github/actions/daily-test-improver/coverage-steps/action.yml Deleted unused composite action for coverage analysis steps.
.github/actions/daily-perf-improver/build-steps/action.yml Deleted unused composite action for perf environment/build steps.

Copilot's findings

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 2/2 changed files
  • Comments generated: 0

@github-actions github-actions Bot mentioned this pull request Apr 23, 2026
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.

3 participants