Skip to content

Commit

Permalink
Create greetings.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Juanpe authored Feb 11, 2020
1 parent ce83713 commit 97d83c7
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: 'Hi 👋! Thank you for contributing to SkeleletonView! I'm ${{ github.actor }}, the owner of this repository, and will assist you in getting your PR merged 👍'' first issue'
pr-message: 'Hi! Message that will be displayed on users'' first pr' github.actor

0 comments on commit 97d83c7

Please sign in to comment.