Opened 3 months ago
Last modified 5 weeks ago
#57865 new task (blessed)
GitHub Actions updates and improvements for 6.3
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 6.3 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Build/Test Tools | Keywords: | has-patch |
Focuses: | Cc: |
Description (last modified by )
This ticket is for various updates and improvements for Core's GitHub Actions workflows.
Previously:
- 6.2 (#57572)
Change History (6)
This ticket was mentioned in PR #4421 on WordPress/wordpress-develop by @johnbillion.
5 weeks ago
#3
- Keywords has-patch added
Trac ticket: https://core.trac.wordpress.org/ticket/57865
The GitHub Actions workflows are all failing after https://core.trac.wordpress.org/changeset/55715 because the Slack notifications workflows are not being granted the permissions that they require.
Example failing workflow run: https://github.com/WordPress/wordpress-develop/actions/runs/4877036459
The workflow is not valid. .github/workflows/coding-standards.yml (Line: 172, Col: 3): Error calling workflow 'WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@trunk'. The nested job 'Prepare notifications' is requesting 'actions: read, contents: read', but is only allowed 'actions: none, contents: none'.
@johnbillion commented on PR #4421:
5 weeks ago
#5
Thanks David.
Committed in https://core.trac.wordpress.org/changeset/55717
In 55715: