Skip to content

Commit e0bbdb9

Browse files
authored
fix: event name and action pins and timing (#829)
1 parent 4ee8c33 commit e0bbdb9

2 files changed

Lines changed: 7 additions & 8 deletions

File tree

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

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,19 @@ name: Update Contribs & reviewers
33
on:
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"
98
jobs:
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"
@@ -31,7 +30,7 @@ jobs:
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

_posts/events/2026-03-03-course-python-packaging-gen-ai.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: splash
33
classes: flowing
4-
title: "Ship It: Python Packaging in the GenAI Era"
4+
title: "Ship It: Research Software Development in the GenAI Era"
55
excerpt: >
66
A trusted 10-day hands-on asynchronous cohort-based course developed by
77
pyOpenSci for Stanford University and the CURIOSS network.

0 commit comments

Comments
 (0)