diff options
Diffstat (limited to 'releasenotes/notes/override-checkout-implied-branches-29fc5b4e6226739b.yaml')
-rw-r--r-- | releasenotes/notes/override-checkout-implied-branches-29fc5b4e6226739b.yaml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/releasenotes/notes/override-checkout-implied-branches-29fc5b4e6226739b.yaml b/releasenotes/notes/override-checkout-implied-branches-29fc5b4e6226739b.yaml new file mode 100644 index 000000000..df79162a1 --- /dev/null +++ b/releasenotes/notes/override-checkout-implied-branches-29fc5b4e6226739b.yaml @@ -0,0 +1,13 @@ +--- +fixes: + - | + The use of implied branch matchers in jobs where + `override-checkout` was specified could cause some jobs to include + unintended variants. Specifically: job variants with implied + branch matchers on branches which are substring matches of a + branch specified in the `override-checkout` job attribute may have + been used when not intended. + + This has been corrected so that the same job variant matching + process happens whether the change's branch or the branch + specified by override-checkout is used. |