Skip to content

Commit d7d70bd

Browse files
cunlaweb-flowStormheg
authored
Add giovannicimolin to django-commons (#135)
* Add giovannicimolin to django-commons * Mark `giovannicimolin` member of `django-fsm-2` Files changed: M terraform/production/repositories.tfvars --------- Co-authored-by: GitHub Actions <[email protected]> Co-authored-by: Storm B. Heg <[email protected]>
1 parent 9998de8 commit d7d70bd

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

terraform/production/org.tfvars

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ members = [
1818
"FlipperPA",
1919
"g-nie",
2020
"gav-fyi",
21+
"giovannicimolin",
2122
"jacklinke",
2223
"jburns6789",
2324
"jcjudkins",

terraform/production/repositories.tfvars

+3-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,9 @@ repositories = {
102102
"pfouque",
103103
]
104104
committers = []
105-
members = []
105+
members = [
106+
"giovannicimolin"
107+
]
106108
}
107109
"django-typer" = {
108110
description = "Use Typer (type hints) to define the interface for your Django management commands."

0 commit comments

Comments
 (0)