Skip to content

docs: add checklist item to remove unused runtime dependencies#71

Merged
joshjohanning merged 1 commit into
mainfrom
chore/add-unused-deps-checklist-item
Apr 7, 2026
Merged

docs: add checklist item to remove unused runtime dependencies#71
joshjohanning merged 1 commit into
mainfrom
chore/add-unused-deps-checklist-item

Conversation

@joshjohanning

Copy link
Copy Markdown
Owner

This pull request makes a minor update to the setup checklist for new GitHub Actions. The change adds a reminder to remove any unused runtime dependencies, such as @actions/github, using npm uninstall, which helps keep the project dependencies clean and minimal.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings April 7, 2026 20:41

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the template customization checklist to remind users to remove unused runtime dependencies after scaffolding a new GitHub Action, helping keep action bundles and dependency graphs minimal.

Changes:

  • Adds a “Clean up” checklist item instructing users to uninstall unused runtime dependencies (example: @actions/github) via npm uninstall.
Show a summary per file
File Description
TEMPLATE_CHECKLIST_DELETE_ME.md Adds a checklist reminder to uninstall unused runtime dependencies during template cleanup.

Copilot's findings

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

@joshjohanning joshjohanning merged commit ded05c7 into main Apr 7, 2026
8 checks passed
@joshjohanning joshjohanning deleted the chore/add-unused-deps-checklist-item branch April 7, 2026 20:50
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.

2 participants