Skip to content

Commit

Permalink
Create greetings.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
akash2237778 committed Oct 2, 2020
1 parent e4ae17b commit c24ef82
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Greetings

on: [pull_request, issues]

jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Thank you for generating an issue to this project! Please wait while we get back to you.'' first issue'
pr-message: 'We love Pull Requests! Thank you for contributing, however you will have to wait we check with your PR. '' first pr'

0 comments on commit c24ef82

Please # to comment.