Skip to content

[v8][cherry-pick] Fix(ci): correct label gate condition to use event.action instead of event_name#3810

Open
prkalle wants to merge 1 commit into
cloudfoundry:v8from
prkalle:fix/ci_getsha_skip_v8
Open

[v8][cherry-pick] Fix(ci): correct label gate condition to use event.action instead of event_name#3810
prkalle wants to merge 1 commit into
cloudfoundry:v8from
prkalle:fix/ci_getsha_skip_v8

Conversation

@prkalle

@prkalle prkalle commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

Description of the Change

This PR is cherry-pick of #3809

This PR fixes the label gate condition to use github.event.action instead of github.event_name.

Why Is This PR Valuable?

Applicable Issues

List any applicable GitHub Issues here

How Urgent Is The Change?

Fairly urgent to fix CI

Other Relevant Parties

Who else is affected by the change?

@prkalle prkalle force-pushed the fix/ci_getsha_skip_v8 branch from a8abad1 to 9d6d0d1 Compare June 22, 2026 23:13
…event_name

github.event_name is always 'pull_request_target' for all PR trigger
types. The action type (labeled, synchronize, etc.) is exposed via
github.event.action, so the safe-to-test label check was never
evaluating to true

Signed-off-by: Prem Kumar Kalle <prem.kalle@broadcom.com>
@prkalle prkalle force-pushed the fix/ci_getsha_skip_v8 branch from 9d6d0d1 to 1309689 Compare June 22, 2026 23:15
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