[wp-trac] [WordPress Trac] #64227: GitHub Actions updates and improvements for 7.0
WordPress Trac
noreply at wordpress.org
Mon Nov 24 17:41:27 UTC 2025
#64227: GitHub Actions updates and improvements for 7.0
------------------------------+---------------------
Reporter: desrosj | Owner: (none)
Type: task (blessed) | Status: new
Priority: normal | Milestone: 7.0
Component: Build/Test Tools | Version:
Severity: normal | Resolution:
Keywords: has-patch | Focuses:
------------------------------+---------------------
Comment (by desrosj):
In [changeset:"61286" 61286]:
{{{
#!CommitTicketReference repository="" revision="61286"
Build/Test Tools: Introduce `post-branching` Grunt task.
In [59673], a Grunt subtask was introduced to convert workflow file
references in GitHub Action workflows from local ones to remote ones that
target the `trunk` branch.
The `workflow-references-local-to-remote` Grunt task should be run after
creating a new numbered branch to take advantage of the work started in
[58165].
This commit introduces a new target for the `clean` Grunt task:
`workflows`. Running `grunt clean:workflows` will delete all workflow
files that are not intended to exist outside of `trunk`.
Another Grunt task (`post-branching`) has also been added as a way to
group all tasks taht should run within a newly created branch. For now,
this contains `clean:workflows` and `replace:workflow-references-local-to-
remote`. But more can be added in the future as more aspects of the
branching process are automated.
Props johnbillion.
See #64227.
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/64227#comment:3>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list