Make WordPress Core


Ignore:
Timestamp:
10/19/2022 06:26:29 PM (2 years ago)
Author:
desrosj
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/welcome-new-contributors.yml

    r53940 r54651  
    1313
    1414    steps:
    15       - uses: bubkoo/welcome-action@e3f444df06502502071d309411d01ba18f916ede # v1.0.3
     15      - uses: wow-actions/welcome@fafa00fbd13d9c5d0fbd761c249153506c62bcd8 # v1.1.0
    1616        with:
    1717          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Note: See TracChangeset for help on using the changeset viewer.