Skip to content

Commit 8a81cd5

Browse files
authored
update pip compile dev workflow for 2.18 (#2130)
* update pip compile dev workflow for 2.18 * add maintainer docs about updating the workflow
1 parent 72cb750 commit 8a81cd5

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,13 @@ jobs:
2727
'pip-compile-3.11(static)'
2828
'pip-compile-3.11(spelling)'
2929
'pip-compile-3.11(tag)'
30+
- base-branch: stable-2.18
31+
pr-branch: pip-compile/stable-2.18/dev
32+
nox-args: >-
33+
-e 'pip-compile-3.11(formatters)'
34+
'pip-compile-3.11(typing)'
35+
'pip-compile-3.11(static)'
36+
'pip-compile-3.11(spelling)'
3037
- base-branch: stable-2.17
3138
pr-branch: pip-compile/stable-2.17/dev
3239
nox-args: >-
@@ -48,13 +55,6 @@ jobs:
4855
'pip-compile-3.10(typing)'
4956
'pip-compile-3.10(static)'
5057
'pip-compile-3.10(spelling)'
51-
- base-branch: stable-2.14
52-
pr-branch: pip-compile/stable-2.14/dev
53-
nox-args: >-
54-
-e 'pip-compile-3.10(formatters)'
55-
'pip-compile-3.10(typing)'
56-
'pip-compile-3.10(static)'
57-
'pip-compile-3.10(spelling)'
5858
name: "Refresh dev dependencies"
5959
uses: ./.github/workflows/reusable-pip-compile.yml
6060
with:

MAINTAINERS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ Next, remove references to the tagger dependencies as follows:
6868

6969
3. Open `noxfile.py` and remove `"hacking/tagger/tag.py",` from the `LINT_FILES` tuple.
7070

71+
### Updating the pip compile dev workflow
72+
73+
Update the `.github/workflows/pip-compile-dev.yml` workflow so that it includes the new stable branch and drops the oldest branch.
74+
7175
### Update Python versions in the support matrix
7276

7377
The minimum supported Python version changes with each Ansible core version.

0 commit comments

Comments
 (0)