Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/CMSgov/qpp-measures-data
Browse files Browse the repository at this point in the history
…into feature-gm/QPPSE-1384_QPPSE-1385_Change_BenchmarkExclusions
  • Loading branch information
QPP-MLA0 committed Nov 7, 2023
2 parents bef219a + 0ec872e commit 0fa4cf7
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:

- name: Checkout Codebase
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 2

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Codebase
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Configure Node version and registry
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install Dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Codebase
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Configure Node version and registry
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install Dependencies
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Codebase
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Configure Node version and registry
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: 18
registry-url: "https://registry.npmjs.org"
Expand Down Expand Up @@ -82,13 +82,13 @@ jobs:
steps:
- name: Checkout Updated Master Branch
if: ${{ !env.ACT }}
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
ref: master
- name: Create Pull Request
if: ${{ !env.ACT }}
id: pr
uses: peter-evans/create-pull-request@45c510e1f68ba052e3cd911f661a799cfb9ba3a3 #v3.6.0
uses: peter-evans/create-pull-request@v5
with:
token: ${{ secrets.GH_USER_TOKEN }}
commit-message: Backfill develop with ${{ github.event.release.tag_name }}
Expand Down
15 changes: 0 additions & 15 deletions measures/2023/measures-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -1688,21 +1688,6 @@
"M0005"
]
},
{
"category": "ia",
"title": "Obtain or Renew an Approved Waiver for Provision of Buprenorphine as Medication-Assisted Treatment for Opioid Use Disorder",
"description": "This activity is suspended, as it is no longer available through or required by the Substance Abuse and Mental Health Services Administration (SAMHSA) or the Drug Enforcement Administration (DEA).",
"measureId": "IA_BMH_13",
"metricType": "boolean",
"firstPerformanceYear": 2017,
"lastPerformanceYear": null,
"weight": "medium",
"subcategoryId": "behavioralAndMentalHealth",
"allowedPrograms": [
"mips",
"app1"
]
},
{
"category": "pi",
"measureId": "PI_PPHI_1",
Expand Down

0 comments on commit 0fa4cf7

Please sign in to comment.