Skip to content

Commit

Permalink
ci: 💚 Add more meaningful messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Anselmoo committed Nov 25, 2023
1 parent b88bce0 commit 225612b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,9 @@ jobs:
- uses: actions/[email protected]
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 pr"
issue-message: >-
Welcome! Thank you for opening your first issue.
We appreciate your contribution and will address it as soon as possible.
pr-message: >-
Hello! Congratulations on submitting your first pull request.
We are grateful for your contribution and will review it shortly.

0 comments on commit 225612b

Please sign in to comment.