Make WordPress Core


Ignore:
Timestamp:
08/10/2026 10:59:12 PM (2 days ago)
Author:
joedolson
Message:

Post 7.1 branching changes for the 7.1 branch.

Reviewed by jorbin

Props joedolson, jorbin.
See #65844.

File:
1 edited

Legend:

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

    r62855 r63168  
    4848  phpcs:
    4949    name: Coding standards
    50     uses: ./.github/workflows/reusable-coding-standards-php.yml
     50    uses: WordPress/wordpress-develop/.github/workflows/reusable-coding-standards-php.yml@trunk
    5151    permissions:
    5252      contents: read
     
    5656  jshint:
    5757    name: Coding standards
    58     uses: ./.github/workflows/reusable-coding-standards-javascript.yml
     58    uses: WordPress/wordpress-develop/.github/workflows/reusable-coding-standards-javascript.yml@trunk
    5959    permissions:
    6060      contents: read
     
    6363  slack-notifications:
    6464    name: Slack Notifications
    65     uses: ./.github/workflows/slack-notifications.yml
     65    uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@trunk
    6666    permissions:
    6767      actions: read
Note: See TracChangeset for help on using the changeset viewer.