From f18b4e4f7a6cbfcaad6e8bdc088eeca7a021b062 Mon Sep 17 00:00:00 2001 From: mehdihadeli Date: Wed, 28 Jun 2023 23:17:29 +0330 Subject: [PATCH] ci: change in the workflow --- .github/workflows/first-interaction.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/first-interaction.yml b/.github/workflows/first-interaction.yml index 30cb944..7498806 100644 --- a/.github/workflows/first-interaction.yml +++ b/.github/workflows/first-interaction.yml @@ -22,5 +22,5 @@ jobs: - uses: actions/first-interaction@v1 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - issue-message: "Welcome to go-mediatr. Thank you ${{ github.event.pull_request.user.login }} for reporting your first issue. Please check out our [contributor guide](https://github.com/mehdihadeli/ecommerce-microservices/blob/develop/CONTRIBUTION.md)." - pr-message: "Thank you ${{ github.event.pull_request.user.login }} for your first pull request to go-mediatr repository. Please check out our [contributors guide](https://github.com/mehdihadeli/ecommerce-microservices/blob/develop/CONTRIBUTION.md)." + issue-message: "Welcome to go-mediatr. Thank you ${{ github.event.pull_request.user.login }} for reporting your first issue. Please check out our [contributor guide](https://github.com/mehdihadeli/go-mediatr/blob/main/CONTRIBUTION.md)." + pr-message: "Thank you ${{ github.event.pull_request.user.login }} for your first pull request to go-mediatr repository. Please check out our [contributors guide](https://github.com/mehdihadeli/go-ecommerce-microservices/blob/main/CONTRIBUTION.md)."