Skip to content

Commit 8fd73e0

Browse files
committed
fix: rename cli scripts for pyos meta
1 parent abeab0e commit 8fd73e0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/update-all-review-data.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
run: |
2323
pip install pyosmeta@git+https://github.com/pyopensci/update-web-metadata
2424
update-contributors --update update_all
25-
update-reviews --update update_all
26-
update-reviewers
25+
update-reviews
26+
update-review-teams
2727
- name: Run pre-commit
2828
uses: pre-commit/[email protected]
2929
with:

.github/workflows/update-contribs-reviews.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
pip install pyosmeta@git+https://github.com/pyopensci/update-web-metadata
2727
update-contributors
2828
update-reviews
29-
update-reviewers
29+
update-review-teams
3030
- name: Create Pull Request
3131
uses: peter-evans/create-pull-request@v5
3232
with:

0 commit comments

Comments
 (0)