mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-10 12:35:46 +03:00
Compare commits
No commits in common. "35b7566992095119d8bdeee6e2d00a6cefeeda2e" and "7dc7e421ae5d1f1bc0af0adb8a3db5d0ed07d855" have entirely different histories.
35b7566992
...
7dc7e421ae
2 changed files with 5 additions and 9 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
|
@ -27,7 +27,7 @@ jobs:
|
|||
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
|
||||
|
||||
- name: Set up Composer caching
|
||||
uses: actions/cache@v4
|
||||
uses: actions/cache@v2
|
||||
env:
|
||||
cache-name: cache-composer-dependencies
|
||||
with:
|
||||
|
@ -76,7 +76,7 @@ jobs:
|
|||
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Install Subversion
|
||||
run: |
|
||||
|
@ -88,7 +88,7 @@ jobs:
|
|||
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
|
||||
|
||||
- name: Set up Composer caching
|
||||
uses: actions/cache@v4
|
||||
uses: actions/cache@v2
|
||||
env:
|
||||
cache-name: cache-composer-dependencies
|
||||
with:
|
||||
|
|
|
@ -321,10 +321,6 @@ function get_association_classes( $team ) {
|
|||
$classes = array( 'badge-code', 'dashicons-editor-code' );
|
||||
break;
|
||||
|
||||
case 'core-ai-team':
|
||||
$classes = array( 'badge-code-committer', 'dashicons-cloud-upload' );
|
||||
break;
|
||||
|
||||
case 'mobile-team':
|
||||
$classes = array( 'badge-mobile', 'dashicons-smartphone' );
|
||||
break;
|
||||
|
@ -516,7 +512,7 @@ function get_association_classes( $team ) {
|
|||
case 'core-performance-team':
|
||||
case 'performance-team':
|
||||
// Logo defined as SVG in CSS.
|
||||
$classes = array( 'badge-performance-contributor' );
|
||||
$classes = array( 'badge-performance-team' );
|
||||
break;
|
||||
|
||||
case 'core-performance-contributor':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue