From 4bc16b4d26795f724df4a77e5a16055b2ab5d5ce Mon Sep 17 00:00:00 2001 From: rory Date: Fri, 27 Oct 2023 08:28:35 -0700 Subject: [PATCH 1/4] Include more paths in lint workflow --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 9d7efc7d4c299..ee9d66b59e90d 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -5,7 +5,7 @@ on: pull_request: types: [opened, synchronize] branches-ignore: [staging, production] - paths: ['**.js', '**.ts', '**.tsx'] + paths: ['**.js', '**.ts', '**.tsx', '**.json', '**.mjs', '**.cjs', '.editorconfig', '.watchmanconfig'] jobs: lint: From 3704cb5d6007ee68fad184814aeae156ac19a2a0 Mon Sep 17 00:00:00 2001 From: rory Date: Fri, 27 Oct 2023 08:33:27 -0700 Subject: [PATCH 2/4] Move comment to test change in .imgbotconfig --- .imgbotconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.imgbotconfig b/.imgbotconfig index ff5c3345cc4dc..feccb69b68ada 100644 --- a/.imgbotconfig +++ b/.imgbotconfig @@ -1,6 +1,7 @@ { "ignoredFiles": [ - "assets/images/empty-state_background-fade.png" // Caused an issue with colour gradients, https://github.com/Expensify/App/issues/30499 + // Caused an issue with colour gradients, https://github.com/Expensify/App/issues/30499 + "assets/images/empty-state_background-fade.png" ], "aggressiveCompression": "false" } From 55284576dd3fbc8da3f7c46425ac081bef4714ee Mon Sep 17 00:00:00 2001 From: rory Date: Fri, 27 Oct 2023 08:35:32 -0700 Subject: [PATCH 3/4] include imgbotconfig --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ee9d66b59e90d..3072b3354a846 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -5,7 +5,7 @@ on: pull_request: types: [opened, synchronize] branches-ignore: [staging, production] - paths: ['**.js', '**.ts', '**.tsx', '**.json', '**.mjs', '**.cjs', '.editorconfig', '.watchmanconfig'] + paths: ['**.js', '**.ts', '**.tsx', '**.json', '**.mjs', '**.cjs', 'config/.editorconfig', '.watchmanconfig', '.imgbotconfig'] jobs: lint: From e4e6fd8819fced935e3ec7794d66d9209a004417 Mon Sep 17 00:00:00 2001 From: rory Date: Fri, 27 Oct 2023 08:36:26 -0700 Subject: [PATCH 4/4] Move comment back --- .imgbotconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.imgbotconfig b/.imgbotconfig index feccb69b68ada..ff5c3345cc4dc 100644 --- a/.imgbotconfig +++ b/.imgbotconfig @@ -1,7 +1,6 @@ { "ignoredFiles": [ - // Caused an issue with colour gradients, https://github.com/Expensify/App/issues/30499 - "assets/images/empty-state_background-fade.png" + "assets/images/empty-state_background-fade.png" // Caused an issue with colour gradients, https://github.com/Expensify/App/issues/30499 ], "aggressiveCompression": "false" }