Create kriti.json #191
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |