From f4e87bcf9bf9c292d739cf98f3fb78306f71187a Mon Sep 17 00:00:00 2001 From: thefourCraft Date: Thu, 15 Aug 2024 22:00:48 +0300 Subject: [PATCH] Update pr_notification.yml --- .github/workflows/pr_notification.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_notification.yml b/.github/workflows/pr_notification.yml index 3a19538..0696a8a 100644 --- a/.github/workflows/pr_notification.yml +++ b/.github/workflows/pr_notification.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Comment on PR - uses: thollander/actions-comment-pull-request@v2.4.3 + uses: thollander/actions-comment-pull-request@v2.5.0 with: message: 'Thanks for submitting a PR, @thefourcraft. Will merge it soon.' GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}