From 5d267a23016851e09abb7e032542d1b5ddbc57a7 Mon Sep 17 00:00:00 2001 From: Daiki Noda Date: Thu, 25 Apr 2024 16:28:42 +0900 Subject: [PATCH] Add pandoc and pandoc-crossref access --- terraform/github/teams.tf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/terraform/github/teams.tf b/terraform/github/teams.tf index fbcb037..d925f02 100644 --- a/terraform/github/teams.tf +++ b/terraform/github/teams.tf @@ -331,6 +331,20 @@ locals { ] } + asdf-pandoc = { + description = "The people with push access to the asdf-pandoc repository", + maintainers = [ + "sys9kdr", + ] + } + + asdf-pandoc-crossref = { + description = "The people with push access to the asdf-pandoc-crossref repository", + maintainers = [ + "sys9kdr", + ] + } + asdf-pdm = { description = "The people with push access to the asdf-pdm repository" maintainers = [