Opened 3 years ago
Closed 3 years ago
#59004 closed enhancement (invalid)
Update the `test-old-branches.yml` workflow to include 6.3
| Reported by: | davidbaumwald | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Build/Test Tools | Version: | 6.3 |
| Severity: | normal | Keywords: | good-first-bug has-patch |
| Cc: | Focuses: |
Description
This should've been done when we branched at RC(see https://make.wordpress.org/core/handbook/about/release-cycle/releasing-major-versions/#branching-before-release), but this was missed. Chatted with @desrosj, and this workflow runs from trunk so no need to backport immediately before the 6.3 release.
Props @desrosj.
Change History (5)
This ticket was mentioned in PR #4975 on WordPress/wordpress-develop by @rajinsharwar.
3 years ago
#2
- Keywords has-patch added; needs-patch removed
Adding 6.3 in 'test-old-branches.yml` workflow.
Trac ticket: https://core.trac.wordpress.org/ticket/59004
3 years ago
#3
Actually, was looking at this to commit. It seems that this was already handled in https://core.trac.wordpress.org/changeset/56267. This workflow will only ever run in trunk, so updating the 6.3 branch is not necessary.
@rajinsharwar commented on PR #4975:
3 years ago
#4
Yes @desrosj, I thought the same :)
Then I thought as the ticket was raised, I might have been mistaken lol.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Example PR: https://github.com/WordPress/wordpress-develop/pull/1199
Adding
good-first-bugfor a new contributor that wants to try their hand at patch/PR.