Skip to content

Commit

Permalink
🔄 Synchronize with @Andrews-McMeel-Universal/.github
Browse files Browse the repository at this point in the history
  • Loading branch information
amutechtest committed Oct 1, 2023
1 parent bef65ea commit d961a2d
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 15 deletions.
14 changes: 7 additions & 7 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<!--
We appreciate the effort for this pull request but before that please make sure you read the contribution guidelines, then fill out the blanks below.
<!-- Please make sure you read the contribution guidelines and then fill out the blanks below.
Please format the PR title appropriately based on the type of change:
[<issue>]: <description>
Where <issue> is the related Jira Issue Key.
[JIRA-XXX]: <description>
-->

## Description

<!-- Provide a description here -->

## Related Issues
## Related Links

<!-- List any related Jira issues here -->
<!-- List any links related to this pull request here
- Jira Issue: PROJECT-<num>
Replace "JIRA-XXX" with the your Jira issue key -->

- Jira Issue: JIRA-XXX
13 changes: 10 additions & 3 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,24 @@
changelog:
categories:
- title: General Changes
- title: 🌐 General Changes
labels:
- "*"
exclude:
authors:
- dependabot
- title: DevOps Changes
labels:
- sync
- devops
- title: 🔨 DevOps Changes
labels:
- devops
exclude:
labels:
- dependencies
- title: Dependencies
- sync
- title: 🔄 Template Syncs
labels:
- sync
- title: ⬆️ Dependencies
labels:
- dependencies
9 changes: 8 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -753,4 +753,11 @@ Secrets.json

# Azure Functions
*.Functions/Properties/ServiceDependencies/*/*.json
*.Functions/Properties/serviceDependencies.*.json
*.Functions/Properties/serviceDependencies.*.json

# Terraform
terraform/.terraform.lock.hcl
terraform/.terraform/
terraform/*.tfstate*
terraform/*.tfplan
terraform/variables.tf
5 changes: 1 addition & 4 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@


# GitHub Actions Workflows
.github/dependabot.yml
.github/labeler.yml
.github/workflows/aks*.yml
.github/release.yml
.github/

# Helm
deployments/**/templates/
Expand Down

0 comments on commit d961a2d

Please sign in to comment.