Skip to content

Commit 96cbcfd

Browse files
authored
Update tagger and pip-compile workflow for active stable versions (#3216)
* drop stable-2.17 from pip compile workflow * remove no longer active versions from tagger
1 parent 11820aa commit 96cbcfd

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,6 @@ jobs:
5353
'pip-compile(static)'
5454
'pip-compile(spelling)'
5555
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"
6456
name: "Refresh dev dependencies"
6557
uses: ./.github/workflows/reusable-pip-compile.yml
6658
with:

hacking/tagger/tag.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@
4242
DEFAULT_ANSIBLE_CORE_CHECKOUT = ROOT.parent.joinpath("ansible")
4343
DEFAULT_REMOTE = "origin"
4444
DEFAULT_ACTIVE_BRANCHES: tuple[str, ...] = (
45-
"stable-2.16",
46-
"stable-2.17",
4745
"stable-2.18",
4846
"stable-2.19",
4947
"stable-2.20",

0 commit comments

Comments
 (0)