Make WordPress Core

Changeset 62490


Ignore:
Timestamp:
06/11/2026 07:20:22 PM (3 months ago)
Author:
desrosj
Message:

Build/Test Tools: Include required input for actions/first-interaction.

While not documented as required, both issue_message and pr_message are required inputs for this action.

Follow up to [62486].

Fixes #65432.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/pull-request-comments.yml

    r62486 r62490  
    3333        uses: actions/first-interaction@1c4688942c71f71d4f5502a26ea67c331730fa4d # v3.1.0
    3434        with:
     35          # While issues are disabled for this repository and this will not post anywhere, this action configures both
     36          # message inputs as required.
     37          # See https://github.com/actions/first-interaction/issues/365.
     38          issue_message: |
     39            "Baseball is dull only to dull minds." - Red Barber
    3540          pr_message: >
    3641            Hi there! 👋
Note: See TracChangeset for help on using the changeset viewer.