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 11820aa commit 96cbcfdCopy full SHA for 96cbcfd
.github/workflows/pip-compile-dev.yml
@@ -53,14 +53,6 @@ jobs:
53
'pip-compile(static)'
54
'pip-compile(spelling)'
55
python-versions: "3.11"
56
- - base-branch: stable-2.17
57
- pr-branch: pip-compile/stable-2.17/dev
58
- nox-args: >-
59
- -e 'pip-compile(formatters)'
60
- 'pip-compile(typing)'
61
- 'pip-compile(static)'
62
- 'pip-compile(spelling)'
63
- python-versions: "3.10"
64
name: "Refresh dev dependencies"
65
uses: ./.github/workflows/reusable-pip-compile.yml
66
with:
hacking/tagger/tag.py
@@ -42,8 +42,6 @@
42
DEFAULT_ANSIBLE_CORE_CHECKOUT = ROOT.parent.joinpath("ansible")
43
DEFAULT_REMOTE = "origin"
44
DEFAULT_ACTIVE_BRANCHES: tuple[str, ...] = (
45
- "stable-2.16",
46
- "stable-2.17",
47
"stable-2.18",
48
"stable-2.19",
49
"stable-2.20",
0 commit comments