Skip to content

Commit

Permalink
Configure greeting messege for workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
KendallDoesCoding authored Mar 4, 2022
1 parent c20e2fd commit 317b84e
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
Expand Up @@ -12,5 +12,5 @@ jobs:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Message that will be displayed on users first issue'
pr-message: 'Message that will be displayed on users first pull request'
issue-message: 'Welcome! Thanks for making your FIRST issue in this repo. We hope you will stick around and possibly drop a few contributions!'
pr-message: 'Welcome! Thanks for making your FIRST PR in this repo. We really appriciate it. Hope you will stick around for this fun journey of "Languages Around The World"!'

0 comments on commit 317b84e

Please sign in to comment.