Skip to content

Commit 337f2fe

Browse files
oraNodgotmax23
andauthored
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 <[email protected]> * Update .github/workflows/pip-compile-dev.yml Co-authored-by: Maxwell G <[email protected]> * update pip compile dev workflow * update tagger --------- Co-authored-by: Maxwell G <[email protected]>
1 parent d271a27 commit 337f2fe

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,14 @@ jobs:
2929
'pip-compile(tag)'
3030
'pip-compile(pip-compile)'
3131
python-versions: "3.11"
32+
- base-branch: stable-2.19
33+
pr-branch: pip-compile/stable-2.19/dev
34+
nox-args: >-
35+
-e 'pip-compile(formatters)'
36+
'pip-compile(typing)'
37+
'pip-compile(static)'
38+
'pip-compile(spelling)'
39+
python-versions: "3.11"
3240
- base-branch: stable-2.18
3341
pr-branch: pip-compile/stable-2.18/dev
3442
nox-args: >-

hacking/tagger/tag.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@
4242
DEFAULT_ANSIBLE_CORE_CHECKOUT = ROOT.parent.joinpath("ansible")
4343
DEFAULT_REMOTE = "origin"
4444
DEFAULT_ACTIVE_BRANCHES: tuple[str, ...] = (
45-
"stable-2.15",
4645
"stable-2.16",
4746
"stable-2.17",
4847
"stable-2.18",
48+
"stable-2.19",
4949
)
5050

5151

0 commit comments

Comments
 (0)