Skip to content

Commit b5abaff

Browse files
committed
Build/Test Tools: Replace abandoned third party action.
The `wow-actions/welcome` action has not been updated for over 2 years and is currently configured to run on `Node20`. With GitHub now actively removing support for Node.js 20.x within the GitHub Actions environment, any action explicitly using `Node20` will break. This replaces `wow-actions/welcome` with the `actions/first-interaction` action, which is an action officially maintained by GitHub and offers the same functionality. Props khokansardar, mukesh27, desrosj. Fixes #65432. git-svn-id: https://develop.svn.wordpress.org/trunk@62486 602fd350-edb4-49c9-b593-d223f7449a82
1 parent eef6a6e commit b5abaff

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/pull-request-comments.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,10 @@ jobs:
3030
if: ${{ github.repository == 'WordPress/wordpress-develop' && github.event_name == 'pull_request_target' }}
3131
steps:
3232
- name: Post a welcome comment
33-
uses: wow-actions/welcome@68019c2c271561f63162fea75bb7707ef8a02c85 # v1.3.1
33+
uses: actions/first-interaction@1c4688942c71f71d4f5502a26ea67c331730fa4d # v3.1.0
3434
with:
35-
FIRST_PR_REACTIONS: 'hooray'
36-
FIRST_PR_COMMENT: >
37-
Hi @{{ author }}! 👋
35+
pr_message: >
36+
Hi there! 👋
3837
3938
4039
Thank you for your contribution to WordPress! 💖

0 commit comments

Comments
 (0)