[wp-trac] [WordPress Trac] #50401: Tests: Move tests into Github Actions
WordPress Trac
noreply at wordpress.org
Fri Oct 16 00:37:18 UTC 2020
#50401: Tests: Move tests into Github Actions
------------------------------+--------------------------
Reporter: whyisjake | Owner: desrosj
Type: enhancement | Status: assigned
Priority: normal | Milestone: 5.6
Component: Build/Test Tools | Version:
Severity: normal | Resolution:
Keywords: has-patch | Focuses: performance
------------------------------+--------------------------
Comment (by desrosj):
In [changeset:"49169" 49169]:
{{{
#!CommitTicketReference repository="" revision="49169"
Build/Test Tools: Change the event that triggers the “Welcome” workflow.
When a contributor opens their first pull request to `wordpress-develop`,
the “Welcome” workflow runs and leaves a comment with guidance, helpful
information, and resources.
However, because a workflow run triggered by the `pull_request` event runs
against the workflow and code from the merge commit, the needed context
and permissions to comment on the pull request are missing. By changing
the trigger event to `pull_request_target`, the workflow runs against the
workflow and code in the base of the pull request and is able to comment
on when appropriate.
See #50401.
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/50401#comment:16>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list