-
Notifications
You must be signed in to change notification settings - Fork 874
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added a github action for 1st time contributors to the repo (#367)
- Loading branch information
1 parent
3393995
commit 05fceaa
Showing
1 changed file
with
37 additions
and
0 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
name: Welcome first time contributors | ||
|
||
on: | ||
pull_request_target: | ||
types: | ||
- opened | ||
issues: | ||
types: | ||
- opened | ||
|
||
jobs: | ||
welcome: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/first-interaction@v1 | ||
with: | ||
repo-token: ${{ secrets.GITHUB_TOKEN }} | ||
issue-message: | | ||
Hello there ${{ github.actor }} π | ||
Welcome to github1s !!ππ₯³ | ||
Thank you and congratulations π for opening your very first issue in this project. github1s fosters an open and welcoming environment for all our contributors.πΈ | ||
Incase you want to claim this issue, please comment down below! We will try to get back to you as soon as we can.π | ||
Feel free to visit [github1s.com](https://github1s.com/). π©βπ» If you have any interesting ideas, just open an issue. We would love to hear you and engage in discussions. | ||
pr-message: | | ||
Hello there ${{ github.actor }} π | ||
Thank you and congrats π for opening your first PR on this project.β¨ | ||
We will review it soon! | ||
github1s fosters an open and welcoming environment for all our contributors.πΈ | ||