We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d271a27 commit 337f2feCopy full SHA for 337f2fe
.github/workflows/pip-compile-dev.yml
@@ -29,6 +29,14 @@ jobs:
29
'pip-compile(tag)'
30
'pip-compile(pip-compile)'
31
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"
40
- base-branch: stable-2.18
41
pr-branch: pip-compile/stable-2.18/dev
42
nox-args: >-
hacking/tagger/tag.py
@@ -42,10 +42,10 @@
DEFAULT_ANSIBLE_CORE_CHECKOUT = ROOT.parent.joinpath("ansible")
43
DEFAULT_REMOTE = "origin"
44
DEFAULT_ACTIVE_BRANCHES: tuple[str, ...] = (
45
- "stable-2.15",
46
"stable-2.16",
47
"stable-2.17",
48
"stable-2.18",
+ "stable-2.19",
49
)
50
51
0 commit comments