Don't require unsupported Gitleaks merge_group runs
When merge queue is enabled and Gitleaks is required, this new trigger makes the workflow run gitleaks/gitleaks-action@v3 on merge_group; I checked the action's v3.0.0 source and its supportedEvents list excludes merge_group, so it exits with ERROR: The [merge_group] event is not yet supported. That means every queued PR will get a failing required Gitleaks check instead of the intended queue validation unless the scan is implemented with a merge-group-compatible command/action or guarded differently.
Useful? React with 👍 / 👎.
Originally posted by @chatgpt-codex-connector[bot] in #183 (comment)
When merge queue is enabled and
Gitleaksis required, this new trigger makes the workflow rungitleaks/gitleaks-action@v3onmerge_group; I checked the action's v3.0.0 source and itssupportedEventslist excludesmerge_group, so it exits withERROR: The [merge_group] event is not yet supported. That means every queued PR will get a failing requiredGitleakscheck instead of the intended queue validation unless the scan is implemented with a merge-group-compatible command/action or guarded differently.Useful? React with 👍 / 👎.
Originally posted by @chatgpt-codex-connector[bot] in #183 (comment)