Skip to content

Classic edition merge 1 #6

Classic edition merge 1

Classic edition merge 1 #6

name: Debezium-perf bot
on:
pull_request:
types:
- opened
jobs:
check-pull-request:
runs-on: ubuntu-latest
if: github.event_name == 'pull_request'
steps:
- name: Notify maintainers for new PR
uses: actions/github-script@v4
with:
script: |
github.issues.createComment({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: 'Thanks for pull request!!!\n hey @jiriNovotny @obabec'
})