Skip to content

renovate-downstream: check for branch in event instead of github.ref

Warren Gifford requested to merge fix-branch-check into main

Created by: bobheadxi

After the logs added in #13845 , it looks like github.ref does not refer to the branch of the event but of the workflow file itself! So any buildkite success was triggering Renovate. Should close #13842 (closed)

This change looks at the branches in the event itself using the builtin function contains

Merge request reports

Loading