From 57b2fe5372d111119ff3aa79878aee056d88765c Mon Sep 17 00:00:00 2001 From: Jonathan Desrosiers Date: Wed, 19 Oct 2022 18:26:29 +0000 Subject: [PATCH] Build/Test Tools: Update third-party `welcome` Action. This updates the third-party action used to post a welcome message to pull requests opened by first time contributors. This release updates the action to use Node.js version 16 instead of 12, the latter of which support has been deprecated for in GitHub Action runners. The action has also changed from `bukboo/welcome-action` to `wow-action/welcome`. See #56793. git-svn-id: https://develop.svn.wordpress.org/trunk@54651 602fd350-edb4-49c9-b593-d223f7449a82 --- .github/workflows/welcome-new-contributors.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/welcome-new-contributors.yml b/.github/workflows/welcome-new-contributors.yml index 16f9594dba..191ef4b8dc 100644 --- a/.github/workflows/welcome-new-contributors.yml +++ b/.github/workflows/welcome-new-contributors.yml @@ -12,7 +12,7 @@ jobs: if: ${{ github.repository == 'WordPress/wordpress-develop' }} steps: - - uses: bubkoo/welcome-action@e3f444df06502502071d309411d01ba18f916ede # v1.0.3 + - uses: wow-actions/welcome@fafa00fbd13d9c5d0fbd761c249153506c62bcd8 # v1.1.0 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} FIRST_PR_COMMENT: >