vault/tools
Vault Automation d1b34cf00c
pipeline(create-backport): fix inactive branch detection (#9531) (#9538)
When determining whether to skip a backport ref we currenly we have to
consider many factors:
  - Whether or not there are changed files?
  - If there are changed files, are some enterprise or CE?
  - Are there some changed files that ought to be backported to inactive
    branches?
  - Is the target branch active or not?

We had a large test suite that covered _most_ of these cases but because
the changed file set determines a lot of behavior we were missing cases
where we ought to backport normal mixed changed file sets for no other
reason other than the branch is active. After fixing and normalizing the
tests I fixed the source bug which is that we didn't strip the branch
prefix from the ref version when checking branch activeness.

Signed-off-by: Ryan Cragun <me@ryan.ec>
Co-authored-by: Ryan Cragun <me@ryan.ec>
2025-09-22 17:38:51 +00:00
..
codechecker [QT-645] Restructure dev tools (#24559) 2024-01-09 17:50:46 +00:00
pipeline pipeline(create-backport): fix inactive branch detection (#9531) (#9538) 2025-09-22 17:38:51 +00:00
semgrep Add identity info to activity export API (#28064) 2024-08-13 14:38:34 -04:00
stubmaker Allow stubmaker to work outside of a git repository (#24678) 2024-05-30 13:19:10 -04:00
tools.go [QT-645] Restructure dev tools (#24559) 2024-01-09 17:50:46 +00:00
tools.sh actions(gofumpt): pin to gofumpt v0.8.0 (#9069) (#9075) 2025-09-03 16:26:30 +00:00