Skip to content

Commit

Permalink
Merge branch 'main' into platform/jamie/14601-authz-api
Browse files Browse the repository at this point in the history
  • Loading branch information
jalbinson authored Nov 14, 2024
2 parents d290bc7 + ec79b35 commit 1ace3d1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
/operations/ @cdcgov/PRIME-ReportStream-DevOps
/CODEOWNERS @cdcgov/PRIME-ReportStream-DevOps
/prime-router/ @cdcgov/PRIME-ReportStream-CODEOWNERS-backend
/prime-router/src/main/resources/metadata/fhir_transforms/senders/Flexion @cdcgov/trusted-intermediary
/prime-router/settings/STLTs/Flexion @cdcgov/trusted-intermediary

# The CODEOWNERS file takes the last matching line into account. You can make definitions with empty owners to specify paths/files without an owner.
/prime-router/settings/prod/
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/alert_PD_schedule_Slack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ on:
- cron: "7 13 * * Mon" #UTC-5

env:
channel: prime-reportstream-engineering
channel: temp-cdc-rs-notifications
# prime-reportstream-engineering

jobs:
pre_job:
Expand Down Expand Up @@ -82,7 +83,7 @@ jobs:
🔸"Next": *"${{ env.Schedules_oncallSchedule_3_NextPersonName }}"* : \`"${{ env.Schedules_oncallSchedule_3_NextFrom }}"\` _until_ \`"${{ env.Schedules_oncallSchedule_3_NextUntil }}"\`
icon-emoji: ':alarm_clock:'
channel: ${{ env.channel }}
webhook-url: ${{ secrets.SLACK_WEBHOOK_URL }}
webhook-url: ${{ secrets.SLACK_NOTIFICATIONS_WEBHOOK_URL }}
color: good

PDAlert_WeekDays:
Expand Down Expand Up @@ -133,5 +134,5 @@ jobs:
❗"Now": *"${{ env.Schedules_oncallSchedule_3_OnCallPersonName }}"*
icon-emoji: ':alarm_clock:'
channel: ${{ env.channel }}
webhook-url: ${{ secrets.SLACK_WEBHOOK_URL }}
webhook-url: ${{ secrets.SLACK_NOTIFICATIONS_WEBHOOK_URL }}
color: good

0 comments on commit 1ace3d1

Please sign in to comment.