Skip to content

ci(workflow): Update workflows #2

ci(workflow): Update workflows

ci(workflow): Update workflows #2

name: Notify PR opened
on:
pull_request:
types:
- opened
- reopened
concurrency:
cancel-in-progress: false
group: '${{ github.workflow }}-${{ github.ref_name }}'
jobs:
pull-request:
name: Pull Request
uses: cupel-co/workflows/.github/workflows/pull-request.notify.yml@v0.23.0
secrets:
google-chat-webhook-url: '${{ secrets.GOOGLE_CHAT_WEBHOOK_URL }}'