Skip to content

Merge branch 'asyncapi:master' into master #7

Merge branch 'asyncapi:master' into master

Merge branch 'asyncapi:master' into master #7

name: Notify Docs-triagers
on:
pull_request:
push:
branches:
- master
jobs:
Notify-triagers:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/[email protected]
- name: Check PR Changes
id: pr-changes
uses: tj-actions/changed-files@v42
with:
files: |
**.md
- name: Create Comment
if: steps.pr-changes.outputs.any_changed == 'true'
uses: mshick/[email protected]
with:
message: "The PR contains modifications to `.md` files, hence tagging Docs triagers for review and approval.
cc: @VaishnaviNandakumar"
repo-token: ${{ github.token }}