Skip to content

Slack Notifications #41669

Slack Notifications

Slack Notifications #41669

---
name: Slack Notifications
on:
check_suite:
types: [completed]
permissions:
contents: read
checks: read
id-token: write
actions: read
jobs:
slack-notifications:
if: >-
contains(fromJSON('["main", "master"]'), github.event.check_suite.head_branch) || startsWith(github.event.check_suite.head_branch, 'dogfood-') || startsWith(github.event.check_suite.head_branch, 'branch-')
runs-on: ubuntu-latest-large
steps:
- name: Send Slack Notification
env:
GITHUB_TOKEN: ${{ github.token }}
uses: SonarSource/gh-action_slack-notify@v1
with:
slackChannel: squad-dotnet-s4net