Skip to content

Commit b96b82e

Browse files
authored
Merge pull request #1218 from cmu-delphi/release/v3.2.6
Release v3.2.6
2 parents bf84ede + 46a1c75 commit b96b82e

File tree

8 files changed

+629
-577
lines changed

8 files changed

+629
-577
lines changed

.github/workflows/create_release.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,26 @@ jobs:
3636
# assignees:
3737
body: |
3838
Releasing ${{ steps.version.outputs.next_tag }}.
39+
- name: Check out delphi epidata
40+
uses: actions/checkout@v3
41+
with:
42+
token: ${{ secrets.CMU_DELPHI_DEPLOY_MACHINE_PAT }}
43+
repository: cmu-delphi/delphi-epidata
44+
path: delphi-epidata
45+
- name: Copy files
46+
run: |
47+
cp src/stores/descriptions.raw.txt src/stores/questions.raw.txt \
48+
delphi-epidata/src/server/endpoints/covidcast_utils/
49+
- name: Create pull request into epidata
50+
uses: peter-evans/create-pull-request@v5
51+
with:
52+
path: delphi-epidata
53+
token: ${{ secrets.CMU_DELPHI_DEPLOY_MACHINE_PAT }}
54+
branch: www-covidcast-release/${{ steps.version.outputs.next_tag }}
55+
commit-message: 'chore: sync to www-covidcast release ${{ steps.version.outputs.next_tag }}'
56+
base: dev
57+
title: Sync to www-covidcast release ${{ steps.version.outputs.next_tag }}
58+
labels: chore
59+
reviewers: krivard
60+
body: |
61+
Syncing covidcast_utils files to www-covidcast release ${{ steps.version.outputs.next_tag }}.

0 commit comments

Comments
 (0)