Merge pull request #795 from CMSgov/QPPA-8989 #43
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |