Skip to content

Commit f7765ae

Browse files
authored
fix: update action to run editorial updates (#946)
* fix: update action to run editorial updates * fix: add new files to pr
1 parent 852d885 commit f7765ae

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,21 @@ jobs:
3030
update-review-teams
3131
mkdir -p data
3232
33+
- name: Update editorial board
34+
env:
35+
# Using a fine grained token here that only has team read access.
36+
GITHUB_TOKEN_TEAMS: ${{ secrets.PYOS_READ_TEAM_MEMBERS_SECRET }}
37+
run: |
38+
update-editorial-board
39+
3340
- name: Create Pull Request
3441
uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1
3542
with:
3643
add-paths: |
3744
data/contributors.yml
3845
data/packages.yml
46+
data/editorial-board.yml
47+
data/emeritus-editors.yml
3948
author: Leah <leah@pyopensci.org>
4049
base: main
4150
branch: contribs

0 commit comments

Comments
 (0)