Skip to content

Commit f2b839f

Browse files
committed
Run grunt post-branching.
1 parent abf8dc0 commit f2b839f

44 files changed

Lines changed: 36 additions & 4624 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ jobs:
4949
check-for-built-file-changes:
5050
name: Check built files
5151
if: ${{ github.repository == 'wordpress/wordpress-develop' }}
52-
uses: ./.github/workflows/reusable-check-built-files.yml
52+
uses: WordPress/wordpress-develop/.github/workflows/reusable-check-built-files.yml@trunk
5353
permissions:
5454
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
@@ -59,7 +59,7 @@ jobs:
5959
# Runs the end-to-end test suite.
6060
e2e-tests:
6161
name: ${{ matrix.label }}
62-
uses: ./.github/workflows/reusable-end-to-end-tests.yml
62+
uses: WordPress/wordpress-develop/.github/workflows/reusable-end-to-end-tests.yml@trunk
6363
permissions:
6464
contents: read
6565
if: ${{ github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' }}
@@ -74,7 +74,7 @@ jobs:
7474

7575
slack-notifications:
7676
name: Slack Notifications
77-
uses: ./.github/workflows/slack-notifications.yml
77+
uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@trunk
7878
permissions:
7979
actions: read
8080
contents: read

.github/workflows/failed-workflow.yml

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

0 commit comments

Comments
 (0)