Skip to content

Commit

Permalink
Create greetings.yml
Browse files Browse the repository at this point in the history
Added action: Automated greetings
  • Loading branch information
Leigh-Ola authored Jul 27, 2020
1 parent d910ad0 commit 9c39034
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: 'Duly noted. Thank You!'
pr-message: 'Thank you for contributing to SendMan!'

0 comments on commit 9c39034

Please sign in to comment.