Skip to content

Created using Colab #200

Created using Colab

Created using Colab #200

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.