cmu-delphi / www-covidcast

Front end for interactive visualizations powering the COVIDcast website.
https://delphi.cmu.edu/covidcast/
MIT License
13 stars 2 forks source link

Sync descriptions and questions to delphi-epidata #1216

Closed rzats closed 1 year ago

rzats commented 1 year ago

Prerequisites:

Summary

As part of the "Create Release" action in the www-covidcast repo, creates a PR in the delphi-epidata repo that updates (copies) two text files from www-covidcast.

Tested out in my fork of this repo. A link to a successful run can be found here, and the PR it created it is https://github.com/cmu-delphi/delphi-epidata/pull/1154.

PREREQUISITE: Add a secret to this repo called CMU_DELPHI_DEPLOY_MACHINE_PAT, which is a personal access token with access to both this repo and delphi-epidata.

netlify[bot] commented 1 year ago

Preview link ready!

Name Link
Latest commit f2bf4827278c275577d3eb5d1cbd5fb2104756c8
Latest deploy log https://app.netlify.com/sites/cmu-delphi-covidcast/deploys/644be12b15a2330008386e4b
Deploy Preview https://deploy-preview-1216--cmu-delphi-covidcast.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

rzats commented 1 year ago

@melange396 I've applied the changes!

i presume cp does not complain about overwriting them

indeed! it just overwrites silently

also, if there is no change to the files, does the "create PR" step exit with a graceful no-op?

Yep, that action doesn't create a pull request with +0/-0 if there are no changes