[wp-trac] [WordPress Trac] #55652: Test tool and unit test improvements for 6.1
WordPress Trac
noreply at wordpress.org
Wed Jul 20 18:39:32 UTC 2022
#55652: Test tool and unit test improvements for 6.1
--------------------------------------+---------------------
Reporter: hellofromTonya | Owner: (none)
Type: task (blessed) | Status: new
Priority: normal | Milestone: 6.1
Component: Build/Test Tools | Version:
Severity: normal | Resolution:
Keywords: has-patch has-unit-tests | Focuses:
--------------------------------------+---------------------
Comment (by desrosj):
In [changeset:"53736" 53736]:
{{{
#!CommitTicketReference repository="" revision="53736"
Build/Test Tools: Make the GitHub Action pattern matching for tags more
specific.
This improves the tag pattern matching for GitHub Action workflows to be
more specific. The `*` wildcard in the current patterns matches any
character except slash (`/`). While this correctly matches a version like
`X.Y.Z`, it could also match non-numeric characters.
This changes patterns to use the `+` character, which matches one or more
of the preceding characters (`[0-9]` in this case).
See #55652.
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/55652#comment:80>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list