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:
parent
e8e2c5d554
commit
be787742e1
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: tweak
|
||||
Comment: This is a tooling change and does not require a change entry
|
||||
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue