Changes between Version 1 and Version 5 of Ticket #55668
- Timestamp:
- 05/04/2022 12:45:37 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #55668
- Property Owner set to SergeyBiryukov
-
Property
Status
changed from
newtoreopened - Property Keywords commit dev-feedback added
-
Ticket #55668 – Description
v1 v5 9 9 * 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]. 10 10 * 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.