Skip to content

Commit

Permalink
Merge pull request #31 from lucasmontano/lucasmontano-patch-1
Browse files Browse the repository at this point in the history
Create greetings for contributions
  • Loading branch information
lucasmontano authored May 1, 2020
2 parents 4bbd8b1 + dca5536 commit ab0cd80
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
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: 'Hooray! The first issue in a project we never forget ❤️'
pr-message: 'Thanks for your contribution! 🚀'

0 comments on commit ab0cd80

Please sign in to comment.