From 64737608f3461691d8bba2f7aad8fcef8a6e1377 Mon Sep 17 00:00:00 2001 From: amutechtest Date: Tue, 1 Aug 2023 09:02:52 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=94=84=20Synchronize=20with=20@Andrew?= =?UTF-8?q?s-McMeel-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/ From e996bd46e3f71b05bf00f8d360202725061947c7 Mon Sep 17 00:00:00 2001 From: ebronson68 <111298136+ebronson68@users.noreply.github.com> Date: Wed, 9 Aug 2023 10:52:58 -0500 Subject: [PATCH 2/2] Manual sync with .github --- .github/workflows/template-sync.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/template-sync.yml b/.github/workflows/template-sync.yml index 600fefae..9797fda8 100644 --- a/.github/workflows/template-sync.yml +++ b/.github/workflows/template-sync.yml @@ -21,7 +21,7 @@ jobs: token: ${{ secrets.PAT_ACTION_CI }} - name: actions-template-sync - uses: AndreasAugustin/actions-template-sync@v0.8.0 + uses: AndreasAugustin/actions-template-sync@v1.1.1 with: github_token: ${{ secrets.PAT_ACTION_CI }} source_repo_path: Andrews-McMeel-Universal/.github @@ -30,6 +30,7 @@ jobs: pr_commit_msg: 🔄 Synchronize with @Andrews-McMeel-Universal/.github pr_title: 🔄 Sync with @Andrews-McMeel-Universal/.github pr_branch_name_prefix: sync/dotgithub/ + pr_reviewers: Andrews-McMeel-Universal/devops-engineers is_dry_run: ${{ inputs.isdryrun || 'false' }} git_user_name: amutechtest git_user_email: amu_deploy@amuniversal.com