Skip to content

Commit 2dc3230

Browse files
committed
Post-branching changes for the 6.9 branch
This runs the `post-branching` Grunt task from WordPress#10511 to test that PR.
1 parent 6490536 commit 2dc3230

40 files changed

+34
-4474
lines changed

.github/workflows/check-built-files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ jobs:
4646
check-for-built-file-changes:
4747
name: Check built files
4848
if: ${{ github.repository == 'wordpress/wordpress-develop' }}
49-
uses: ./.github/workflows/reusable-check-built-files.yml
49+
uses: WordPress/wordpress-develop/.github/workflows/reusable-check-built-files.yml@trunk
5050
permissions:
5151
contents: read

.github/workflows/cleanup-pull-requests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
permissions:
2626
pull-requests: write
2727
if: ${{ github.repository == 'WordPress/wordpress-develop' }}
28-
uses: ./.github/workflows/reusable-cleanup-pull-requests.yml
28+
uses: WordPress/wordpress-develop/.github/workflows/reusable-cleanup-pull-requests.yml@trunk

.github/workflows/coding-standards.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,22 +52,22 @@ jobs:
5252
# Runs the PHP coding standards checks.
5353
phpcs:
5454
name: Coding standards
55-
uses: ./.github/workflows/reusable-coding-standards-php.yml
55+
uses: WordPress/wordpress-develop/.github/workflows/reusable-coding-standards-php.yml@trunk
5656
permissions:
5757
contents: read
5858
if: ${{ github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' }}
5959

6060
# Runs the JavaScript coding standards checks.
6161
jshint:
6262
name: Coding standards
63-
uses: ./.github/workflows/reusable-coding-standards-javascript.yml
63+
uses: WordPress/wordpress-develop/.github/workflows/reusable-coding-standards-javascript.yml@trunk
6464
permissions:
6565
contents: read
6666
if: ${{ github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' }}
6767

6868
slack-notifications:
6969
name: Slack Notifications
70-
uses: ./.github/workflows/slack-notifications.yml
70+
uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@trunk
7171
permissions:
7272
actions: read
7373
contents: read

.github/workflows/commit-built-file-changes.yml

Lines changed: 0 additions & 168 deletions
This file was deleted.

.github/workflows/end-to-end-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
# Runs the end-to-end test suite.
5858
e2e-tests:
5959
name: ${{ matrix.label }}
60-
uses: ./.github/workflows/reusable-end-to-end-tests.yml
60+
uses: WordPress/wordpress-develop/.github/workflows/reusable-end-to-end-tests.yml@trunk
6161
permissions:
6262
contents: read
6363
if: ${{ github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' }}
@@ -72,7 +72,7 @@ jobs:
7272

7373
slack-notifications:
7474
name: Slack Notifications
75-
uses: ./.github/workflows/slack-notifications.yml
75+
uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@trunk
7676
permissions:
7777
actions: read
7878
contents: read

.github/workflows/failed-workflow.yml

Lines changed: 0 additions & 56 deletions
This file was deleted.

0 commit comments

Comments
 (0)