diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml index 454d17b..72b1a78 100644 --- a/.github/workflows/greetings.yml +++ b/.github/workflows/greetings.yml @@ -12,8 +12,8 @@ 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: "Message that will be displayed on users' first issue" + pr-message: "Message that will be displayed on users' first pull request" - name: Greet new issue if: github.event_name == 'issues'