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/.github/workflows/template-sync.yml b/.github/workflows/template-sync.yml index 4a7300be..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@v1.1.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 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/