Make WordPress Core


Ignore:
Timestamp:
03/27/2026 03:31:44 PM (17 hours ago)
Author:
desrosj
Message:

Post 7.0 branching changes for the 7.0 branch.

Reviewed by SergeyBiryukov.

See #64966.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/7.0/.github/workflows/coding-standards.yml

    r61209 r62162  
    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
     
    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
     
    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
Note: See TracChangeset for help on using the changeset viewer.