Feature Overview
The workflow currently uses a worfklow_run trigger that makes it agnostic to the PR trigger type for a given invocation. However, this has a downside that workflow does not show in the status check area as it is running in the context of the default branch instead of PR context.
This feature tracks reporting status in the actual status check area.
Solution Overview
Use the GitHub API to drive the commit status targeting the PR's head SHA. This will use the create a commit status API.
Alternatives Considered
No response
Urgency
Low
Are you going to implement the feature request?
I will implement the feature
Do you need maintainer feedback?
No maintainer feedback needed
Anything else?
No response
Feature Overview
The workflow currently uses a
worfklow_runtrigger that makes it agnostic to the PR trigger type for a given invocation. However, this has a downside that workflow does not show in the status check area as it is running in the context of the default branch instead of PR context.This feature tracks reporting status in the actual status check area.
Solution Overview
Use the GitHub API to drive the commit status targeting the PR's head SHA. This will use the create a commit status API.
Alternatives Considered
No response
Urgency
Low
Are you going to implement the feature request?
I will implement the feature
Do you need maintainer feedback?
No maintainer feedback needed
Anything else?
No response