Skip to content

Update README.md

Update README.md #67

Workflow file for this run

name: Greetings
on: [pull_request_target, issues]
jobs:
greeting:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "Welcome to the repo! Make sure you don't rewrite things that don't need rewriting, keep your code clean and proper!"
pr-message: "THANKS! Onto it, will check it asap!"