Skip to content

Merge pull request #730 from CMSgov/qppse-1425 #33

Merge pull request #730 from CMSgov/qppse-1425

Merge pull request #730 from CMSgov/qppse-1425 #33

name: QPP Benchmarks Data Slack Notification
on:
push:
branches:
- develop
paths:
- 'benchmarks/**'
jobs:
# make an announcement to relevant slack channels
notify-slack-channel:
name: Notify ITT via Benchmarks Channel
runs-on: ubuntu-latest
steps:
- uses: 8BitJonny/[email protected]
id: PR
- uses: rtCamp/action-slack-notify@96d5e2a64fc78a6b7ac13265f55bee296869967a #v2.0.2
env:
SLACK_WEBHOOK: ${{ secrets.CMS_SLACK_WEBHOOK }}
SLACK_CHANNEL: "qpp-benchmarks"
SLACK_MESSAGE: "The Benchmarks in `qpp-measures-data` have been updated. Check <https://github.com/CMSgov/qpp-measures-data/pull/${{steps.PR.outputs.number}}|the related PR> for more info."
SLACK_TITLE: New qpp-measures-data release
SLACK_USERNAME: Benchmark Bot