Skip to content

ci: report per-job build status to the PR even for Trigger: - #827

Draft
luhenry wants to merge 4 commits into
mainfrom
assign-trigger
Draft

ci: report per-job build status to the PR even for Trigger:#827
luhenry wants to merge 4 commits into
mainfrom
assign-trigger

Conversation

@luhenry

@luhenry luhenry commented Aug 31, 2026

Copy link
Copy Markdown
Member
  • ci: add set-commit-status action for PR build status
  • ci: report per-job build status to the PR
  • docs: document PR status step and consolidated permissions

Trigger: numpy:2.5.2

A native typescript action that posts a commit status to the commit
for `workflow_dispatch`-triggered builds: pre sets pending, post
derives the job outcome and sets success/failure/error.
Every job in every build-<pkg>.yml runs the set-commit-status action as its
first step, so builds dispatched with `Trigger:` report pending/success/failure/error
onto the PR head commit.

Consolidates permissions into a single workflow-level block and removes the
per-job blocks.
The porting skill now describes the two additions to build-<pkg>.yml:
- every job runs set-commit-status as its first step, and
- permissions are a single workflow-level block.
@luhenry
luhenry marked this pull request as draft August 31, 2026 17:57
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