Skip to content

Add files via upload #2

Add files via upload

Add files via upload #2

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 }}