Skip to content

Commit

Permalink
Add new channels for slapr update (#21118)
Browse files Browse the repository at this point in the history
Add new channels for slapr update
  • Loading branch information
chouetz authored Nov 27, 2023
1 parent c3f441c commit 4e0bd6e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/slapr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
channel_variables:
- SLACK_AGENT_PLATFORM_ID
- SLACK_AGENT_PLATFORM_REVIEWS_ID
- SLACK_OPENTELEMETRY_ID
- SLACK_AGENT_METRICS_LOGS_ID
- SLACK_CONTAINER_INTEGRATIONS_ID
- SLACK_AGENT_SHARED_COMPONENTS_ID
steps:
- uses: DataDog/slapr@master
env:
Expand All @@ -23,6 +27,6 @@ jobs:
SLAPR_BOT_USER_ID: "${{ secrets.SLAPR_BOT_USER_ID }}"
SLAPR_EMOJI_REVIEW_STARTED: "review_started"
SLAPR_EMOJI_APPROVED: "gh-approved"
SLAPR_EMOJI_CHANGES_REQUESTED: "changes_requested"
SLAPR_EMOJI_CHANGES_REQUESTED: "request-changes"
SLAPR_EMOJI_MERGED: "merged"
SLAPR_EMOJI_CLOSED: "closed"

0 comments on commit 4e0bd6e

Please sign in to comment.