mirror of
https://github.com/ansible/ansible-documentation.git
synced 2026-03-26 13:18:58 +07:00
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
This commit is contained in:
8
.github/workflows/pip-compile-dev.yml
vendored
8
.github/workflows/pip-compile-dev.yml
vendored
@@ -53,14 +53,6 @@ jobs:
|
||||
'pip-compile(static)'
|
||||
'pip-compile(spelling)'
|
||||
python-versions: "3.11"
|
||||
- base-branch: stable-2.17
|
||||
pr-branch: pip-compile/stable-2.17/dev
|
||||
nox-args: >-
|
||||
-e 'pip-compile(formatters)'
|
||||
'pip-compile(typing)'
|
||||
'pip-compile(static)'
|
||||
'pip-compile(spelling)'
|
||||
python-versions: "3.10"
|
||||
name: "Refresh dev dependencies"
|
||||
uses: ./.github/workflows/reusable-pip-compile.yml
|
||||
with:
|
||||
|
||||
@@ -42,8 +42,6 @@ ROOT = HERE.parent.parent
|
||||
DEFAULT_ANSIBLE_CORE_CHECKOUT = ROOT.parent.joinpath("ansible")
|
||||
DEFAULT_REMOTE = "origin"
|
||||
DEFAULT_ACTIVE_BRANCHES: tuple[str, ...] = (
|
||||
"stable-2.16",
|
||||
"stable-2.17",
|
||||
"stable-2.18",
|
||||
"stable-2.19",
|
||||
"stable-2.20",
|
||||
|
||||
Reference in New Issue
Block a user