Skip to content

Slack Notifications #623

Slack Notifications

Slack Notifications #623

Workflow file for this run

---
name: Slack Notifications
on:
check_suite:
types: [completed]
permissions:
contents: read
id-token: write
checks: read
jobs:
notify:
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
steps:
- name: Send Slack Notification
env:
GITHUB_TOKEN: ${{ github.token }}
uses: SonarSource/gh-action_slack-notify@1.0.1
with:
slackChannel: squad-python