Opened 7 hours ago
Last modified 7 hours ago
#65845 new task (blessed)
GitHub Actions updates and improvements for 7.2
| Reported by: | desrosj | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 7.2 |
| Component: | Build/Test Tools | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
Change History (2)
This ticket was mentioned in PR #12939 on WordPress/wordpress-develop by @desrosj.
7 hours ago
#1
- Keywords has-patch added
@desrosj commented on PR #12939:
7 hours ago
#2
With performing 7.1 branching targeted for today, I'm going to wait until after that occurs to commit this. I've changed the Trac ticket reference in the PR description accordingly.
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
This expands the conditional checks attached to GitHub Actions workflow jobs to further limit when
pull_requestevents spawn workflow runs within forks and private mirrors.When the repository is not
WordPress/wordpress-develop, the workflow now must be triggered by a pull request that is marked ready for review for all private repositories.In case someone wishes to run workflows in a draft PR, the
Draft Workflow Runslabel could be added to the pull request and all future workflows will run.Trac ticket: Core-65845.
## Use of AI Tools
AI assistance: Yes
Tool(s): Claude Code
Used for creating the initial PR. All changes were manually reviewed by me.