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 501562c commit 122af66Copy full SHA for 122af66
.github/workflows/update-dependencies.yml
@@ -17,6 +17,8 @@ jobs:
17
run: nox --force-color -s update_constraints
18
- name: "Run update: python configs"
19
run: nox --force-color -s update_pins
20
+ - name: "Run update: docs user projects"
21
+ run: nox --force-color -s update_proj
22
23
# we use this step to grab a Github App auth token, so that PRs generated by this workflow
24
# run the GHA tests.
0 commit comments