Skip to content

Update QuineContributors.md #20

Update QuineContributors.md

Update QuineContributors.md #20

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: "Thanks for opening the issue.We will check your issue as soon as possible and get with the solution."
pr-message: "Welcome and Thanks for Making your First PR"