on:
push:
issues:
types: [ opened ]
issue_comment:
types: [ created ]
pull_request_target:
types: [ opened ]
pull_request_review_comment:
types: [ created ]
jobs:
welcome:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: TawfikYasser/gh-actions-ty/src/welcome@main
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: '
It''s great having you contribute to this project
Thank you for raising an Issue, Welcome to DSA'
pr-message: 'It''s great having you contribute to this project
Thank you for opening a Pull Request, Welcome to DSA'
footer: 'We will review everything and get back to you, Please checkout our CONTRIBUTING RULES and CODE OF CONDUCT, Thanks :smiley:'