Skip to content

Update README.md

Update README.md #11

Workflow file for this run

name: Greetings
on: [pull_request, 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: 'Thank you for opening Issue/Pull Request , Please try to provide all relevent information and join our support server for support'
pr-message: 'GG for contributing'