Skip to content

Commit

Permalink
reformat changie.yaml to ignore dependabot (#5508)
Browse files Browse the repository at this point in the history
* reformat changie.yaml to ignore dependabot

* Removed modifled file from PR

* Removed modifled file from PR
  • Loading branch information
McKnight-42 committed Jul 22, 2022
1 parent 2548ba9 commit 1071a46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .changie.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ custom:
footerFormat: |
{{- $contributorDict := dict }}
{{- /* any names added to this list should be all lowercase for later matching purposes */}}
{{- $core_team := list "emmyoop" "nathaniel-may" "gshank" "leahwicz" "chenyulinx" "stu-k" "iknox-fa" "versusfacit" "mcknight-42" "jtcohen6" "dependabot" "snyk-bot" }}
{{- $core_team := list "emmyoop" "nathaniel-may" "gshank" "leahwicz" "chenyulinx" "stu-k" "iknox-fa" "versusfacit" "mcknight-42" "jtcohen6" "dependabot[bot]" "snyk-bot" }}
{{- range $change := .Changes }}
{{- $authorList := splitList " " $change.Custom.Author }}
{{- /* loop through all authors for a PR */}}
Expand Down

0 comments on commit 1071a46

Please sign in to comment.