Skip to content

Commit

Permalink
Merge pull request #1218 from cmu-delphi/release/v3.2.6
Browse files Browse the repository at this point in the history
Release v3.2.6
  • Loading branch information
melange396 authored May 3, 2023
2 parents bf84ede + 46a1c75 commit b96b82e
Show file tree
Hide file tree
Showing 8 changed files with 629 additions and 577 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,26 @@ jobs:
# assignees:
body: |
Releasing ${{ steps.version.outputs.next_tag }}.
- name: Check out delphi epidata
uses: actions/checkout@v3
with:
token: ${{ secrets.CMU_DELPHI_DEPLOY_MACHINE_PAT }}
repository: cmu-delphi/delphi-epidata
path: delphi-epidata
- name: Copy files
run: |
cp src/stores/descriptions.raw.txt src/stores/questions.raw.txt \
delphi-epidata/src/server/endpoints/covidcast_utils/
- name: Create pull request into epidata
uses: peter-evans/create-pull-request@v5
with:
path: delphi-epidata
token: ${{ secrets.CMU_DELPHI_DEPLOY_MACHINE_PAT }}
branch: www-covidcast-release/${{ steps.version.outputs.next_tag }}
commit-message: 'chore: sync to www-covidcast release ${{ steps.version.outputs.next_tag }}'
base: dev
title: Sync to www-covidcast release ${{ steps.version.outputs.next_tag }}
labels: chore
reviewers: krivard
body: |
Syncing covidcast_utils files to www-covidcast release ${{ steps.version.outputs.next_tag }}.
Loading

0 comments on commit b96b82e

Please sign in to comment.