From f8fa80fe1a38dabde2783b4a926b54743993d35f Mon Sep 17 00:00:00 2001 From: Arturo Reuschenbach Puncernau Date: Mon, 29 Apr 2024 10:06:37 +0200 Subject: [PATCH 1/2] test commit for pr and check workflow --- apps/greenhouse/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/greenhouse/README.md b/apps/greenhouse/README.md index 055d183d9..ada719ec3 100644 --- a/apps/greenhouse/README.md +++ b/apps/greenhouse/README.md @@ -1,3 +1,3 @@ # Greenhouse App -This is the shell app for Project Greenhouse. It is the host for all apps that are part of Greenhouse. +This is the shell app for Project Greenhouse. It is the host for all apps that are part of Greenhouse. Test. From d890bcf6bba143016c175dfa95de4e74d2c6f3bc Mon Sep 17 00:00:00 2001 From: License Bot Date: Mon, 29 Apr 2024 08:08:26 +0000 Subject: [PATCH 2/2] Automatic application of license header --- .../src/docs/ColorPalette/TailwindColors.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/libs/juno-ui-components/src/docs/ColorPalette/TailwindColors.js b/libs/juno-ui-components/src/docs/ColorPalette/TailwindColors.js index afa074128..4206fb6e1 100644 --- a/libs/juno-ui-components/src/docs/ColorPalette/TailwindColors.js +++ b/libs/juno-ui-components/src/docs/ColorPalette/TailwindColors.js @@ -1,3 +1,8 @@ +/* + * SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and Juno contributors + * SPDX-License-Identifier: Apache-2.0 + */ + /* Do not change this File. This is an (by generateTailwindThemeClassesJson.js) auto-generated file for documentation issues. It is needed for the ColorPalette and JunoColorPalette to show the documented colors. We need to do this because Tailwind classes can't be concatenated at runtime via String interpolation. It only works if you use the full class name.*/