Skip to content

Commit

Permalink
Add welcome github action
Browse files Browse the repository at this point in the history
  • Loading branch information
posquit0 committed Feb 4, 2022
1 parent 1c95608 commit e3dbdff
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .github/workflows/welcome.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: Welcome for First Issue or Pull Request

on:
pull_request:
types:
- opened
issues:
types:
- opened

jobs:
welcome:
runs-on: ubuntu-latest

steps:
- name: Welcome for First Issue or Pull Request
uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: |
### :wave: Welcome! Looks like this is your first issue.
Hey, thanks for your contribution! Please give us a bit of time to review it. 😄
**Be sure to follow the issue template!**
pr-message: |
### :wave: Welcome! Looks like this is your first pull request.
Hey, thanks for your contribution! Please give us a bit of time to review it. 😄
**Please check out our contributing guidelines.**

0 comments on commit e3dbdff

Please sign in to comment.