Skip to content

Commit dc776f8

Browse files
authored
Merge pull request #1226 from cmu-delphi/release/v3.2.7
Release v3.2.7
2 parents b96b82e + f0b9470 commit dc776f8

File tree

7 files changed

+28
-36
lines changed

7 files changed

+28
-36
lines changed

.github/workflows/create_release.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
base: main
3333
title: Release ${{ steps.version.outputs.next_tag }}
3434
labels: chore
35-
reviewers: krivard
36-
# assignees:
35+
# reviewers:
36+
assignees: melange396
3737
body: |
3838
Releasing ${{ steps.version.outputs.next_tag }}.
3939
- name: Check out delphi epidata
@@ -56,6 +56,7 @@ jobs:
5656
base: dev
5757
title: Sync to www-covidcast release ${{ steps.version.outputs.next_tag }}
5858
labels: chore
59-
reviewers: krivard
59+
# reviewers:
60+
assignees: melange396
6061
body: |
6162
Syncing covidcast_utils files to www-covidcast release ${{ steps.version.outputs.next_tag }}.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Dependabot auto-assign reviewer
2+
on: pull_request
3+
4+
permissions:
5+
pull-requests: write
6+
7+
jobs:
8+
dependabot:
9+
runs-on: ubuntu-latest
10+
env:
11+
GH_TOKEN: ${{ secrets.CMU_DELPHI_AUTOMATION_MACHINE_DEPENDABOT_PAT }}
12+
if: ${{ github.actor == 'dependabot[bot]' }}
13+
steps:
14+
- name: Assign team to PR
15+
run: gh pr edit "$PR_URL" --add-reviewer "cmu-delphi/code-reviewers"
16+
env:
17+
PR_URL: ${{github.event.pull_request.html_url}}

.github/workflows/release_main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ jobs:
9696
commit-message: 'feat: update to COVIDcast ${{ needs.create_release.outputs.tag_name }}'
9797
title: 'update to COVIDcast ${{ needs.create_release.outputs.tag_name }}'
9898
labels: feat
99-
reviewers: krivard
100-
# assignees:
99+
# reviewers:
100+
assignees: melange396
101101
body: |
102102
update to [COVIDcast ${{ needs.create_release.outputs.tag_name }}](https://github.com/cmu-delphi/www-covidcast/releases/${{ needs.create_release.outputs.tag_name }})
103103

.github/workflows/update_gdocs_data.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
commit-message: 'chore: update docs'
3030
title: Update Google Docs Meta Data
3131
labels: chore
32-
reviewers: krivard
33-
assignees: krivard
32+
# reviewers:
33+
assignees: melange396
3434
body: |
3535
Updating Google Docs Meta Data

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "www-covidcast",
3-
"version": "3.2.6",
3+
"version": "3.2.7",
44
"private": true,
55
"license": "MIT",
66
"description": "",

src/stores/descriptions.raw.txt

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -42,32 +42,6 @@ SignalTooltip: Percentage of daily doctor visits that are due to lab-confirmed i
4242

4343

4444
Description: Delphi receives aggregated statistics from Change Healthcare, Inc. on lab-confirmed influenza outpatient doctor visits, derived from ICD codes found in insurance claims. Using this data, we estimate the percentage of daily doctor’s visits in each area that resulted in a diagnosis of influenza. Note that these estimates are based only on visits by patients whose insurance claims are accessible to Change Healthcare.
45-
---
46-
Name: COVID Antigen Test Positivity
47-
Id: quidel-covid-ag
48-
Signal: covid_ag_smoothed_pct_positive
49-
Unit: per 100 tests
50-
51-
52-
SignalTooltip: Positivity rate of COVID-19 antigen tests, based on data provided by Quidel, Inc.
53-
54-
55-
Description: Delphi receives data from COVID-19 antigen tests conducted by Quidel, a national provider of networked lab testing devices (covering doctors' offices, clinics, and hospitals). Antigen tests can detect parts of the virus that are present during an active infection.We report the percentage of COVID antigen tests that are positive. Note that this signal only includes Quidel’s antigen tests, not those run by other test providers.
56-
57-
58-
AgeStratifications:
59-
- Name: 0-4
60-
Signal: covid_ag_smoothed_pct_positive_age_0_4
61-
- Name: 5-17
62-
Signal: covid_ag_smoothed_pct_positive_age_5_17
63-
- Name: 18-49
64-
Signal: covid_ag_smoothed_pct_positive_age_18_49
65-
- Name: 50-64
66-
Signal: covid_ag_smoothed_pct_positive_age_50_64
67-
- Name: 65+
68-
Signal: covid_ag_smoothed_pct_positive_age_65plus
69-
70-
7145
---
7246
Name: COVID Cases
7347
Id: jhu-csse

0 commit comments

Comments
 (0)