Make WordPress Core

Changeset 58903


Ignore:
Timestamp:
08/15/2024 05:46:07 PM (7 weeks ago)
Author:
jorbin
Message:

Build/Test: update Props Bot to correct event type

The proper name is the plural types. This will cause the action to run only when necessary. Very Demure. Very mindful.

Ref: https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#issue_comment

Props jeherve.
Fixes #61883

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/props-bot.yml

    r57795 r58903  
    1919  # However, the logic below does short-circuit the workflow for issues.
    2020  issue_comment:
    21     type:
     21    types:
    2222      - created
    2323  # This event will run everytime a new PR review is initially submitted.
Note: See TracChangeset for help on using the changeset viewer.