Skip to content

[Snyk] Security upgrade python from 3.10.10-slim to 3.12.0b3-slim #10

[Snyk] Security upgrade python from 3.10.10-slim to 3.12.0b3-slim

[Snyk] Security upgrade python from 3.10.10-slim to 3.12.0b3-slim #10

name: Notify about PR ready for review
on:
pull_request:
branches: ["master"]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
slackNotification:
name: Slack Notification
if: startsWith(github.head_ref, 'dependabot/') # This step only runs when PR has dependabot/ HEAD
runs-on: ubuntu-latest
steps:
# Latest version available at: https://github.com/actions/checkout/releases
- uses: actions/checkout@v3
- name: Slack Notification
# Latest version available at: https://github.com/kv109/action-ready-for-review/releases
uses: kv109/action-ready-for-review@0.2
env:
SLACK_CHANNEL: alerts
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}