Skip to content

Changing discord link to a working one #91

Changing discord link to a working one

Changing discord link to a working one #91

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.