Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .github/workflows/update-contribs-reviews.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,21 @@ jobs:
update-review-teams
mkdir -p data

- name: Update editorial board
env:
# Using a fine grained token here that only has team read access.
GITHUB_TOKEN_TEAMS: ${{ secrets.PYOS_READ_TEAM_MEMBERS_SECRET }}
run: |
update-editorial-board

- name: Create Pull Request
uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1
with:
add-paths: |
data/contributors.yml
data/packages.yml
data/editorial-board.yml
data/emeritus-editors.yml
author: Leah <leah@pyopensci.org>
base: main
branch: contribs
Expand Down
Loading