Skip to content

Notification test!

Notification test! #1

name: Send a Slack notification when PRs are opened to alert that a review is needed
on:
pull_request:
types:
- opened
jobs:
send-slack-notification:
if: github.event.pull_request.merged == false
uses: thisdot/shared-actions/.github/workflows/pull-request-opened-notify-slack.yml@main

Check failure on line 9 in .github/workflows/pull-request-opened-notify-slack.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pull-request-opened-notify-slack.yml

Invalid workflow file

error parsing called workflow ".github/workflows/pull-request-opened-notify-slack.yml" -> "thisdot/shared-actions/.github/workflows/pull-request-opened-notify-slack.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets: inherit