update devel workflows for stable-2.19 (#2523)

* update devel workflows for stable-2.19

* Update .github/workflows/pip-compile-dev.yml

Co-authored-by: Maxwell G <maxwell@gtmx.me>

* Update .github/workflows/pip-compile-dev.yml

Co-authored-by: Maxwell G <maxwell@gtmx.me>

* update pip compile dev workflow

* update tagger

---------

Co-authored-by: Maxwell G <maxwell@gtmx.me>
This commit is contained in:
Don Naro
2025-04-17 09:32:34 +01:00
committed by GitHub
parent d271a27815
commit 337f2fe1e1
2 changed files with 9 additions and 1 deletions

View File

@@ -42,10 +42,10 @@ ROOT = HERE.parent.parent
DEFAULT_ANSIBLE_CORE_CHECKOUT = ROOT.parent.joinpath("ansible")
DEFAULT_REMOTE = "origin"
DEFAULT_ACTIVE_BRANCHES: tuple[str, ...] = (
"stable-2.15",
"stable-2.16",
"stable-2.17",
"stable-2.18",
"stable-2.19",
)