Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🔄 Sync with @Andrews-McMeel-Universal/.github #48

Merged
merged 3 commits into from
Aug 9, 2023
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -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
3 changes: 2 additions & 1 deletion .github/workflows/template-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,8 @@ megalinter-reports/*
jscpd-report.json

# Automated Testing
/coverage/integration
/test-results/
/playwright/storage-states/
/playwright/.cache/
/playwright-report/
Expand Down Expand Up @@ -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
8 changes: 6 additions & 2 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# General
.cache/
.git/
storybook-static
src/helpers/utilities/tokens/_design_tokens.js


# GitHub Actions Workflows
.github/dependabot.yml
Expand All @@ -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/
Expand Down