Skip to content

Update pr_notification.yml #6

Update pr_notification.yml

Update pr_notification.yml #6

Workflow file for this run

name: "PR Notification"
on:
pull_request:
types: [opened]
jobs:
notify:
runs-on: ubuntu-latest
steps:
- name: Comment on PR
uses: thollander/[email protected]
with:
message: 'Thanks for submitting a PR, @thefourcraft. Will merge it soon.'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}