Skip to content

fix(ci): trigger CI via label; bump dev deps - #38

Merged
kellenmurphy merged 2 commits into
mainfrom
fix/release-please-ci-trigger
May 16, 2026
Merged

fix(ci): trigger CI via label; bump dev deps#38
kellenmurphy merged 2 commits into
mainfrom
fix/release-please-ci-trigger

Conversation

@kellenmurphy

Copy link
Copy Markdown
Owner

Summary

Test plan

workflow_dispatch runs don't report status checks back to the PR, so
the 'Build & Test' required check never cleared. Adding the 'trigger-ci'
label via PAT fires pull_request:labeled, which is exempt from
GITHUB_TOKEN loop-prevention and correctly updates PR status checks.
Removes the workflow PAT scope dependency and PR_BRANCH variable.
vitest 4.1.5 -> 4.1.6
@vitest/coverage-v8 4.1.5 -> 4.1.6
eslint 10.3.0 -> 10.4.0
typescript-eslint 8.59.2 -> 8.59.3
vite 8.0.12 -> 8.0.13
@types/node 25.6.2 -> 25.8.0
prettier-plugin-svelte 3.5.1 -> 3.5.2
wrangler 4.90.0 -> 4.92.0
@kellenmurphy
kellenmurphy merged commit 9ec17d9 into main May 16, 2026
4 checks passed
@codecov

codecov Bot commented May 16, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@kellenmurphy
kellenmurphy deleted the fix/release-please-ci-trigger branch June 15, 2026 17:26
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.

1 participant