From 2f582a87007c087c1df90427442f79e7a0ef4c95 Mon Sep 17 00:00:00 2001 From: Dane Pitkin Date: Wed, 18 Oct 2023 18:54:25 -0400 Subject: [PATCH] docs: manually configure committers and smc members --- .github/workflows/site.yml | 45 -------------------------------------- site/data/committers.yaml | 33 +++++++++++++++++++++++++--- site/data/smc.yaml | 13 ++++++++--- 3 files changed, 40 insertions(+), 51 deletions(-) diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index 0cae0eda4..c6e112e49 100644 --- a/.github/workflows/site.yml +++ b/.github/workflows/site.yml @@ -1,8 +1,6 @@ name: Site on: - schedule: - - cron: "0 0 * * 0" push: branches: [main] paths: @@ -36,49 +34,6 @@ jobs: ${{ runner.os }}-pip- - name: Install dependencies run: python3 -m pip install -r ./site/requirements.txt - - name: Get collaborators - env: - GH_TOKEN: ${{ github.token }} - run: | - gh api graphql -f query='{ - repository(owner: "substrait-io", name: "substrait") { - collaborators { - edges { - permission - } - nodes { - name - company - } - } - } - }' | jq '[ - [ - [.data.repository.collaborators.edges[] | .permission], - [.data.repository.collaborators.nodes[] | .name], - [.data.repository.collaborators.nodes[] | .company] - ] - | transpose[] - | { - permission: .[0], - name: .[1], - company: .[2] - } - ]' > collaborators.json - - name: smc.yaml - run: | - jq 'map(select(.permission == "ADMIN")) - | map({ - "Name":.name, - "Company":.company - })' collaborators.json | yq -P > site/data/smc.yaml - - name: committers.yaml - run: | - jq 'map(select(.permission == "WRITE")) - | map({ - "Name":.name, - "Company":.company - })' collaborators.json | yq -P > site/data/committers.yaml - name: Generate Static Site run: mkdocs build working-directory: ./site diff --git a/site/data/committers.yaml b/site/data/committers.yaml index ae64ba5ed..a42fad891 100644 --- a/site/data/committers.yaml +++ b/site/data/committers.yaml @@ -1,3 +1,30 @@ -# This file is automatically generated in .github/workflows/site.yaml -- Name: - Company: +- Name: Jeroen van Straten + Association: Qblox +- Name: Carlo Curino + Association: Microsoft +- Name: James Taylor + Association: Sundeck +- Name: Sutou Kouhei + Association: Clearcode +- Name: Micah Kornfeld + Association: Google +- Name: Jinfeng Ni + Association: Sundeck +- Name: Andy Grove + Association: Nvidia +- Name: Jesus Camacho Rodriguez + Association: Microsoft +- Name: Rich Tia + Association: Voltron Data +- Name: Vibhatha Abeykoon + Association: Voltron Data +- Name: Nic Crane + Association: Recast +- Name: Gil Forsyth + Association: Voltron Data +- Name: ChaoJun Zhang + Association: Intel +- Name: Matthijs Brobbel + Association: Voltron Data +- Name: Matt Topol + Association: Voltron Data diff --git a/site/data/smc.yaml b/site/data/smc.yaml index ae64ba5ed..8f9798011 100644 --- a/site/data/smc.yaml +++ b/site/data/smc.yaml @@ -1,3 +1,10 @@ -# This file is automatically generated in .github/workflows/site.yaml -- Name: - Company: +- Name: Phillip Cloud + Association: Voltron Data +- Name: Weston Pace + Association: LanceDB +- Name: Jacques Nadeau + Association: Sundeck +- Name: Victor Barua + Association: DataDog +- Name: David Sisson + Association: Voltron Data