Skip to content

Commit

Permalink
🔄 Sync with @Andrews-McMeel-Universal/.github (#48)
Browse files Browse the repository at this point in the history
Merge Andrews-McMeel-Universal/.github c1290c5

---------

Co-authored-by: ebronson68 <111298136+ebronson68@users.noreply.github.com>
  • Loading branch information
amutechtest and ebronson68 committed Aug 9, 2023
1 parent b9b9822 commit 80b7e42
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 3 deletions.
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@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
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

0 comments on commit 80b7e42

Please sign in to comment.