mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-03 09:41:19 +03:00
Compare commits
4 commits
7dc7e421ae
...
35b7566992
Author | SHA1 | Date | |
---|---|---|---|
![]() |
35b7566992 | ||
![]() |
6c9328d296 | ||
![]() |
bb39b7efcc | ||
![]() |
1f66ad92ef |
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@ jobs:
|
||||||
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
|
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
|
||||||
|
|
||||||
- name: Set up Composer caching
|
- name: Set up Composer caching
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v4
|
||||||
env:
|
env:
|
||||||
cache-name: cache-composer-dependencies
|
cache-name: cache-composer-dependencies
|
||||||
with:
|
with:
|
||||||
|
@ -76,7 +76,7 @@ jobs:
|
||||||
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
|
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install Subversion
|
- name: Install Subversion
|
||||||
run: |
|
run: |
|
||||||
|
@ -88,7 +88,7 @@ jobs:
|
||||||
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
|
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
|
||||||
|
|
||||||
- name: Set up Composer caching
|
- name: Set up Composer caching
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v4
|
||||||
env:
|
env:
|
||||||
cache-name: cache-composer-dependencies
|
cache-name: cache-composer-dependencies
|
||||||
with:
|
with:
|
||||||
|
|
|
@ -321,6 +321,10 @@ function get_association_classes( $team ) {
|
||||||
$classes = array( 'badge-code', 'dashicons-editor-code' );
|
$classes = array( 'badge-code', 'dashicons-editor-code' );
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case 'core-ai-team':
|
||||||
|
$classes = array( 'badge-code-committer', 'dashicons-cloud-upload' );
|
||||||
|
break;
|
||||||
|
|
||||||
case 'mobile-team':
|
case 'mobile-team':
|
||||||
$classes = array( 'badge-mobile', 'dashicons-smartphone' );
|
$classes = array( 'badge-mobile', 'dashicons-smartphone' );
|
||||||
break;
|
break;
|
||||||
|
@ -512,7 +516,7 @@ function get_association_classes( $team ) {
|
||||||
case 'core-performance-team':
|
case 'core-performance-team':
|
||||||
case 'performance-team':
|
case 'performance-team':
|
||||||
// Logo defined as SVG in CSS.
|
// Logo defined as SVG in CSS.
|
||||||
$classes = array( 'badge-performance-team' );
|
$classes = array( 'badge-performance-contributor' );
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 'core-performance-contributor':
|
case 'core-performance-contributor':
|
||||||
|
|
Loading…
Reference in a new issue