Utilities for working with dispatch events triggered by Vercel
by vercelTypeScript
Last 12 weeks · 0 commits
3 of 6 standards met
Create a (or ) GHA with 3 sequential jobs use somewhere in the second job make the second job fail Result: the workflow gets status even though the workflow status is failed Expected: workflow should have status Suspect: https://github.com/vercel/repository-dispatch/blob/main/actions/status/src/utils/set-commit-status.ts#L86 ( returns first job in the list of workflow jobs)
Repository: vercel/repository-dispatch. Description: Utilities for working with dispatch events triggered by Vercel Stars: 7, Forks: 3. Primary language: TypeScript. Languages: TypeScript (94%), JavaScript (6%). License: MIT. Homepage: https://repository-dispatch-smoke-example.vercel.app Latest release: @vercel/repository-dispatch@0.1.0 (11mo ago). Open PRs: 0, open issues: 1. Last activity: 2mo ago. Community health: 62%. Top contributors: tknickman, vercel-release-bot, github-actions[bot], vercel[bot].
If you use the automatic status title, it can't include the SHA because it will change per push and you can't depend on that on Vercel.