Skip to content

pull request of KarthiksagarN OSC-member #158

pull request of KarthiksagarN OSC-member

pull request of KarthiksagarN OSC-member #158

Workflow file for this run

name: Greetings
on: [pull_request_target, issues]
jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
pr-message: |
Hey @${{ github.actor }}, thank you for contributing to the community!
Congrats on making your pull request to OpenSource101!
We will validate the PR and merge it, if there are no conflicts.
All the best on your Open Source journey!
issue-message: |
Hey @${{ github.actor }}!, thanks for dropping an issue. We will look into this as soon as possible.