Skip to content

chore: add slack notification actions for new and stale PRs #1

chore: add slack notification actions for new and stale PRs

chore: add slack notification actions for new and stale PRs #1

name: new-pr-notification-to-slack
on:
pull_request:
types: [opened]
jobs:
new-pr-notification:
uses: dymensionxyz/common-workflows/.github/workflows/new-pr-notification.yaml@main

Check failure on line 8 in .github/workflows/new-pr-notification.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/new-pr-notification.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/new-pr-notification.yaml" -> "dymensionxyz/common-workflows/.github/workflows/new-pr-notification.yaml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets:
WEBHOOK_URL: ${{ secrets.SLACK_NEW_PR_CHANNEL_WEBHOOK }}