Unverified Commit 7e5a70f5 authored by github-actions[bot]'s avatar github-actions[bot] Committed by GitHub
Browse files

Fix Greetings Messages (#84)

parent 6d346094
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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: 🎉 Thank you for your first issue! We will look into it soon.
          pr-message: 🚀 Thank you for your first pull request! It helps improve our project.