Make WordPress Core

Changes between Version 1 and Version 5 of Ticket #55668


Ignore:
Timestamp:
05/04/2022 12:45:37 AM (4 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #55668

    • Property Owner set to SergeyBiryukov
    • Property Status changed from new to reopened
    • Property Keywords commit dev-feedback added
  • Ticket #55668 – Description

    v1 v5  
    99* Update the `'refs/heads/trunk' !== $github_ref` condition to account for renaming the `master` branch to `trunk` in November 2021, following the [https://make.wordpress.org/core/2020/06/18/proposal-update-all-git-repositories-to-use-main-instead-of-master/ decision made in June 2020].
    1010* Remove obsolete references to the `master` branch in favor of `trunk`.
    11 * Remove the redundant `'false' !== $github_event_name` condition. It appears to be copied in [49267] from `'false' !== $travis_pull_request` added in [47000]. Based on the list of [https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows], the event name can never be `'false'` as a string.
     11* Remove the redundant `'false' !== $github_event_name` condition. It appears to be copied in [49267] from `'false' !== $travis_pull_request` added in [47000]. Based on the list of [https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows events that trigger workflows], the event name can never be `'false'` as a string.