mirror of
https://github.com/ansible/ansible-documentation.git
synced 2026-03-26 13:18:58 +07:00
Add stable-2.20 to tagger and pip-compile-dev workflow (#3074)
* Add stable-2.20 to tagger. * Add stable-2.20 to pip-compile-dev workflow.
This commit is contained in:
8
.github/workflows/pip-compile-dev.yml
vendored
8
.github/workflows/pip-compile-dev.yml
vendored
@@ -29,6 +29,14 @@ jobs:
|
||||
'pip-compile(tag)'
|
||||
'pip-compile(pip-compile)'
|
||||
python-versions: "3.12"
|
||||
- base-branch: stable-2.20
|
||||
pr-branch: pip-compile/stable-2.20/dev
|
||||
nox-args: >-
|
||||
-e 'pip-compile(formatters)'
|
||||
'pip-compile(typing)'
|
||||
'pip-compile(static)'
|
||||
'pip-compile(spelling)'
|
||||
python-versions: "3.12"
|
||||
- base-branch: stable-2.19
|
||||
pr-branch: pip-compile/stable-2.19/dev
|
||||
nox-args: >-
|
||||
|
||||
@@ -46,6 +46,7 @@ DEFAULT_ACTIVE_BRANCHES: tuple[str, ...] = (
|
||||
"stable-2.17",
|
||||
"stable-2.18",
|
||||
"stable-2.19",
|
||||
"stable-2.20",
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user