Skip to content

Commit

Permalink
added a github action for 1st time contributors to the repo (#367)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xJaskeerat authored Nov 2, 2021
1 parent 3393995 commit 05fceaa
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions .github/workflows/welcome-first-time-contributors.yml
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.🌸

0 comments on commit 05fceaa

Please sign in to comment.