Skip to content

ci: add CI, update-dist, and dependabot auto-merge workflows#59

Merged
joeltjames merged 2 commits intomainfrom
jt/dependabot-automerge
Feb 26, 2026
Merged

ci: add CI, update-dist, and dependabot auto-merge workflows#59
joeltjames merged 2 commits intomainfrom
jt/dependabot-automerge

Conversation

@joeltjames
Copy link
Collaborator

Summary

  • Add a ci.yml workflow that runs tests and build on pull requests, and auto-approves/merges dependabot PRs after CI passes
  • Add an update-dist.yml workflow that rebuilds and commits dist/ on every push to main
  • Move the dist build step out of release.yml now that it's handled by update-dist.yml; bump actions/github-script to v8
  • Batch dependency upgrades from several dependabot PRs (@actions/core v3, @actions/github v9, eslint v10, msw, prettier, rollup, typescript, vue)

Copy link
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

This PR adds continuous integration infrastructure to the repository by introducing two new workflows and updating the release workflow. The changes automate testing, building, and dependency management for this GitHub Action that syncs pull requests to Asana tasks.

Changes:

  • Added a CI workflow that runs tests and builds on pull requests, with automatic approval and merging of dependabot PRs after successful CI
  • Added an update-dist workflow that automatically rebuilds and commits the dist/ directory on every push to main
  • Removed dist build steps from the release workflow since they're now handled by the update-dist workflow

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 6 comments.

File Description
.github/workflows/ci.yml New CI workflow that runs tests/build on PRs and auto-merges dependabot PRs
.github/workflows/update-dist.yml New workflow to automatically rebuild and commit dist/ on pushes to main
.github/workflows/release.yml Removed dist build steps (now handled by update-dist workflow)

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

@joeltjames joeltjames force-pushed the jt/dependabot-automerge branch 6 times, most recently from d0764c5 to b995fe7 Compare February 26, 2026 00:52
- ci.yml: runs tests and build on PRs; auto-merges dependabot PRs after build passes
- update-dist.yml: commits built dist/ to main after each merge, serialized via concurrency group
- release.yml: remove redundant build step now that update-dist keeps dist current

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@joeltjames joeltjames force-pushed the jt/dependabot-automerge branch from b995fe7 to 8120c91 Compare February 26, 2026 00:57
fake the timer...
@joeltjames joeltjames merged commit b965f73 into main Feb 26, 2026
2 checks passed
@joeltjames joeltjames deleted the jt/dependabot-automerge branch February 26, 2026 00:58
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