diff --git a/.github/workflows/greating.yml b/.github/workflows/greating.yml new file mode 100644 index 00000000..30692a94 --- /dev/null +++ b/.github/workflows/greating.yml @@ -0,0 +1,23 @@ +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:'