Skip to content

Commit 9ac6e57

Browse files
Merge pull request #205 from mcphersonlab/auto/conference-updates-20260612
edits
2 parents f9e1f21 + b27767e commit 9ac6e57

6 files changed

Lines changed: 615 additions & 153 deletions

File tree

.github/workflows/update-conferences.yml

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Update conferences
1+
name: Update research opportunities
22

33
on:
44
schedule:
@@ -37,13 +37,22 @@ jobs:
3737
- name: Apply updates
3838
run: python3 scripts/apply_updates.py
3939

40+
- name: Update projects opportunities table
41+
run: python3 scripts/update_projects_opportunities.py
42+
4043
- name: Create Pull Request
4144
uses: peter-evans/create-pull-request@v5
4245
with:
4346
token: ${{ secrets.GITHUB_TOKEN }}
44-
commit-message: Automated conference updates
47+
commit-message: Automated research opportunities updates
4548
branch: auto/conference-updates
46-
title: Automated conference updates
49+
title: Automated research opportunities updates
4750
body: |
48-
This PR was created automatically by the monthly conference update workflow. It contains updated start/end dates for conferences when confident matches were found on the official websites. Please review before merging.
49-
labels: automated,conferences
51+
This PR was created automatically by the monthly research opportunities workflow.
52+
53+
Included updates:
54+
- Conference date updates when high-confidence matches are found on official websites
55+
- Projects table refresh with best next conference abstract opportunity and best call for papers per project
56+
57+
Please review before merging.
58+
labels: automated,conferences,projects

0 commit comments

Comments
 (0)