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 851d75a commit bd349e2Copy full SHA for bd349e2
.github/workflows/listgen.yml
@@ -87,7 +87,7 @@ jobs:
87
88
- name: create PR
89
if: ${{ !inputs.dry-run }}
90
- uses: peter-evans/create-pull-request@v6
+ uses: peter-evans/create-pull-request@v7
91
with:
92
commit-message: "[BOT] update list for ${{ matrix.python }}"
93
branch: update-stdlib-list-${{ matrix.python }}
@@ -142,7 +142,7 @@ jobs:
142
143
144
145
146
147
148
0 commit comments