Skip to content

Add final sentence to automation-intro #12

Add final sentence to automation-intro

Add final sentence to automation-intro #12

name: Blog 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 @kornys @Frawless @obabec'
})