From 7aded4b94c60c190c8fb9cb6abda3d1e3c3c411d Mon Sep 17 00:00:00 2001 From: Lubber Date: Mon, 19 Dec 2022 15:32:29 +0100 Subject: [PATCH 1/2] feat(chore): removed exoego on his own request, added vscode snippet repo --- modules/fomantic/github/repositories.tf | 19 +++++++++++++++---- vars.github.tf | 3 +-- 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/modules/fomantic/github/repositories.tf b/modules/fomantic/github/repositories.tf index 0fe50bd..76d272b 100644 --- a/modules/fomantic/github/repositories.tf +++ b/modules/fomantic/github/repositories.tf @@ -1,11 +1,11 @@ locals { repos = { Fomantic-UI = { - description = "Fomantic-UI is a community fork of Semantic-UI" + description = "Fomantic-UI is the official community fork of Semantic-UI" homepage_url = "https://fomantic-ui.com" topics = [ - "ui", "css-framework", "semantic", "fork", - "fomantic", "fomantic-ui", "component-library" + "javascript", "css", "ui", "css-framework", "semantic", "fork", + "fomantic", "fomantic-ui", "component-library", "hacktoberfest" ] has_downloads = true has_issues = true @@ -69,7 +69,7 @@ locals { has_wiki = true } create-fomantic-icons = { - description = "Generate the icon.overrides and icon.html.eco files for Fomantic-UI (or Semantic-UI)" + description = "Generate the icon.variables and icon.html.eco files for Fomantic-UI (or Semantic-UI)" homepage_url = "" topics = [ "fomantic-ui", "semantic-ui", "fontawesome", "icons", "fomantic" @@ -112,6 +112,17 @@ locals { has_projects = false has_wiki = false } + Fomantic-UI-vscode-snippets = { + description = "Fomantic-UI Snippets for VS Code" + homepage_url = "" + topics = [ + "fomantic-ui", "fomantic", "vscode", "snippets" + ] + has_downloads = true + has_issues = true + has_projects = true + has_wiki = true + } } } diff --git a/vars.github.tf b/vars.github.tf index aca2e31..3d39b44 100644 --- a/vars.github.tf +++ b/vars.github.tf @@ -61,6 +61,7 @@ variable "github_team_repository_access" { branding = "admin" infrastructure = "push" rfcs = "admin" + Fomantic-UI-vscode-snippets = "admin" } bots = { Fomantic-UI = "push" @@ -86,7 +87,6 @@ variable "github_members" { prudho = "member" ColinFrick = "member" lubber-de = "admin" - exoego = "member" ko2in = "member" // bots @@ -112,7 +112,6 @@ variable "github_member_teams" { } maintainers = { hammy2899 = "maintainer" - exoego = "member" ko2in = "member" } } From 8cc7504273bcedc2b1996a8c189f12c8b66b783e Mon Sep 17 00:00:00 2001 From: Lubber Date: Fri, 28 Jul 2023 12:00:44 +0200 Subject: [PATCH 2/2] feat(chore): hamy changed his username some time ago --- vars.github.tf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vars.github.tf b/vars.github.tf index 3d39b44..df1c2da 100644 --- a/vars.github.tf +++ b/vars.github.tf @@ -83,7 +83,7 @@ variable "github_members" { description = "GitHub organisation members" type = map(string) default = { - hammy2899 = "admin" // organisation owner + y0hami = "admin" // organisation owner prudho = "member" ColinFrick = "member" lubber-de = "admin" @@ -99,7 +99,7 @@ variable "github_member_teams" { type = map(map(string)) default = { admins = { - hammy2899 = "maintainer" + y0hami = "maintainer" prudho = "member" ColinFrick = "member" lubber-de = "member" @@ -108,11 +108,11 @@ variable "github_member_teams" { fomanticbot = "member" } helpers = { - hammy2899 = "maintainer" + y0hami = "maintainer" } maintainers = { - hammy2899 = "maintainer" - ko2in = "member" + y0hami = "maintainer" + ko2in = "member" } } }