There was an error while loading. Please reload this page.
1 parent 852d885 commit f7765aeCopy full SHA for f7765ae
1 file changed
.github/workflows/update-contribs-reviews.yml
@@ -30,12 +30,21 @@ jobs:
30
update-review-teams
31
mkdir -p data
32
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
+
40
- name: Create Pull Request
41
uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1
42
with:
43
add-paths: |
44
data/contributors.yml
45
data/packages.yml
46
+ data/editorial-board.yml
47
+ data/emeritus-editors.yml
48
author: Leah <leah@pyopensci.org>
49
base: main
50
branch: contribs
0 commit comments