File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,20 +3,19 @@ name: Update Contribs & reviewers
33on :
44 workflow_dispatch :
55 schedule :
6- # Runs daily at 03:21 UTC (see https://crontab.guru)
7- # (Choosing an "odd" time so CI doesn't get overloaded at mightnight exactly.)
8- - cron : " 3 21 * * *"
6+ # Runs weekly on Monday at 03:21 UTC (see https://crontab.guru)
7+ - cron : " 21 3 * * 1"
98jobs :
109 run-meta :
1110 if : github.repository_owner == 'pyopensci'
1211 runs-on : ubuntu-latest
1312 steps :
1413 - name : Check out the code
15- uses : actions/checkout@v6
14+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
1615 - name : Setup Python
17- uses : actions/setup-python@v6
16+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v5
1817 with :
19- python-version : " 3.10 "
18+ python-version : " 3.11 "
2019 - name : Upgrade pip
2120 run : |
2221 # install pip=>20.1 to use "pip cache dir"
3130 update-review-teams
3231
3332 - name : Create Pull Request
34- uses : peter-evans/create-pull-request@v8
33+ uses : peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0
3534 with :
3635 add-paths : |
3736 _data/contributors.yml
Original file line number Diff line number Diff line change 11---
22layout : splash
33classes : flowing
4- title : " Ship It: Python Packaging in the GenAI Era"
4+ title : " Ship It: Research Software Development in the GenAI Era"
55excerpt : >
66 A trusted 10-day hands-on asynchronous cohort-based course developed by
77 pyOpenSci for Stanford University and the CURIOSS network.
You can’t perform that action at this time.
0 commit comments