Add WCA config json to changes config for CI (#45524)

* Add json config files to ci changes config

* Add admin config to Woo plugin ci config

* Add changefile(s) from automation for the following project(s): woocommerce

---------

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
jonathansadowski 2024-03-13 10:29:34 -05:00 committed by GitHub
parent e8e2c5d554
commit be787742e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 9 additions and 1 deletions

View File

@ -254,7 +254,7 @@
"webpack.config.js",
"babel.config.js",
"tsconfig.json",
"client/**/*.{js,jsx,ts,tsx,scss}"
"client/**/*.{js,jsx,ts,tsx,scss,json}"
],
"cascade": "test:js"
}

View File

@ -0,0 +1,4 @@
Significance: patch
Type: tweak
Comment: This is a tooling change and does not require a change entry

View File

@ -93,6 +93,7 @@
"name": "PHP",
"command": "test:php:env",
"changes": [
"client/admin/config/*.json",
"composer.lock",
"includes/**/*.php",
"patterns/**/*.php",
@ -109,6 +110,7 @@
"name": "PHP 8.0",
"command": "test:php:env",
"changes": [
"client/admin/config/*.json",
"composer.lock",
"includes/**/*.php",
"patterns/**/*.php",
@ -128,6 +130,7 @@
"name": "PHP WP: latest - 1",
"command": "test:php:env",
"changes": [
"client/admin/config/*.json",
"composer.lock",
"includes/**/*.php",
"patterns/**/*.php",
@ -147,6 +150,7 @@
"name": "PHP WP: latest - 2",
"command": "test:php:env",
"changes": [
"client/admin/config/*.json",
"composer.lock",
"includes/**/*.php",
"patterns/**/*.php",