[wp-trac] [WordPress Trac] #62221: GitHub Actions updates and improvements for 6.8
WordPress Trac
noreply at wordpress.org
Fri Mar 14 18:52:06 UTC 2025
#62221: GitHub Actions updates and improvements for 6.8
--------------------------------------+-----------------------
Reporter: desrosj | Owner: desrosj
Type: task (blessed) | Status: assigned
Priority: normal | Milestone: 6.8
Component: Build/Test Tools | Version:
Severity: normal | Resolution:
Keywords: has-patch has-unit-tests | Focuses:
--------------------------------------+-----------------------
Comment (by desrosj):
In [changeset:"59983" 59983]:
{{{
#!CommitTicketReference repository="" revision="59983"
Build/Test Tools: Introduce a workflow for checking built files.
There are several files generated and updated by the build process that
are under version control. Including changes to these files is a common
missed step for contributors regardless of experience level.
This introduces a workflow that checks for changes to versioned files as a
result of other changes in pull requests and commits them back to the head
branch. Because this workflow requires the `pull_request_target` event
instead of `pull_request`, local references to reusable workflows should
never be used.
In addition to improving the contributor experience, this also opens the
door to use Dependabot for monitoring npm dependencies, many of which
produce changes to built files when updating.
Props desrosj, johnbillion, joemcgill, swissspidy.
See #62221.
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/62221#comment:137>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list