From 64737608f3461691d8bba2f7aad8fcef8a6e1377 Mon Sep 17 00:00:00 2001 From: amutechtest Date: Tue, 1 Aug 2023 09:02:52 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20Synchronize=20with=20@Andrews-Mc?= =?UTF-8?q?Meel-Universal/.github?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/release.yml | 17 +++++++++++++++++ .gitignore | 6 ++++++ .prettierignore | 8 ++++++-- 3 files changed, 29 insertions(+), 2 deletions(-) create mode 100644 .github/release.yml diff --git a/.github/release.yml b/.github/release.yml new file mode 100644 index 00000000..35d13580 --- /dev/null +++ b/.github/release.yml @@ -0,0 +1,17 @@ +changelog: + categories: + - title: General Changes + labels: + - "*" + exclude: + authors: + - dependabot + - title: DevOps Changes + labels: + - devops + exclude: + labels: + - dependencies + - title: Dependencies + labels: + - dependencies diff --git a/.gitignore b/.gitignore index a5ad2105..4f6097f5 100644 --- a/.gitignore +++ b/.gitignore @@ -255,6 +255,8 @@ megalinter-reports/* jscpd-report.json # Automated Testing +/coverage/integration +/test-results/ /playwright/storage-states/ /playwright/.cache/ /playwright-report/ @@ -754,3 +756,7 @@ Secrets.json ./history/ *.history .setup_done + +# Azure B2C +/**/src/custom-policies/B2C_1A_*_*_SIGNINSIGNOUT_*.xml +/custom-policies/**/B2C_1A_*_*_SIGNINSIGNOUT_*.xml diff --git a/.prettierignore b/.prettierignore index 13ce0ee2..cd1b88ba 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,8 +1,7 @@ # General .cache/ .git/ -storybook-static -src/helpers/utilities/tokens/_design_tokens.js + # GitHub Actions Workflows .github/dependabot.yml @@ -19,8 +18,13 @@ docker-compose.yml # Node.js .next build/ +coverage/ +playwright-report/ +test-results/ **.js.map **.bundle.js +storybook-static +src/helpers/utilities/tokens/_design_tokens.js # WordPress wp-content/