Skip to content

Commit

Permalink
Update greetings message [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosbarbero authored Nov 4, 2020
1 parent 762b731 commit 475569a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Greetings

on: [issues]
on: [issues, pull_request]

jobs:
greeting:
Expand All @@ -9,5 +9,5 @@ jobs:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Hello @${{ github.actor }} ,thank you for submitting an issue!'
issue-message: 'Hello @${{ github.actor }}, thanks for getting in touch, we will get back to you asap! *If you have issues in the `1.x.x.RELEASE` line we recommend you to update to the latest version, unfortunately this line is not supported anymore.*'
pr-message: 'Hello @${{ github.actor }}, thanks for your contribution! Please make sure to link the issue that you are trying to solve and also add tests cases to cover the new code. Thanks!'

0 comments on commit 475569a

Please sign in to comment.