We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20a4c0f commit e156506Copy full SHA for e156506
.github/workflows/greetings.yml
@@ -12,5 +12,5 @@ jobs:
12
- uses: actions/first-interaction@v1
13
with:
14
repo-token: ${{ secrets.GITHUB_TOKEN }}
15
- issue-message: "Message that will be displayed on users' first issue"
16
- pr-message: "Message that will be displayed on users' first pull request"
+ issue-message: "Thanks for reporting this issue."
+ pr-message: "Congrats on your first PR.."
0 commit comments