Loading .github/workflows/greetings.yml +2 −2 Original line number Diff line number Diff line Loading @@ -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. Loading
.github/workflows/greetings.yml +2 −2 Original line number Diff line number Diff line Loading @@ -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.