From 0fe4850babcf57ced94f1c020d608705ea0a1d72 Mon Sep 17 00:00:00 2001 From: Martine Lenders Date: Fri, 6 Dec 2024 15:26:43 +0100 Subject: [PATCH] gh-actions: add maintainer-list workflow --- .github/workflows/maintainer-list.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/workflows/maintainer-list.yml diff --git a/.github/workflows/maintainer-list.yml b/.github/workflows/maintainer-list.yml new file mode 100644 index 000000000000..df2d68f9ac4e --- /dev/null +++ b/.github/workflows/maintainer-list.yml @@ -0,0 +1,23 @@ +name: maintainer-list + +on: + push: + branches: + - master + +jobs: + maintainer-list: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@main + - name: Set up Python 3.12 + uses: actions/setup-python@v5 + with: + python-version: 3.12 + - name: Install Python dependencies + run: | + python -m pip install --upgrade pip + python -m pip install -r dist/tools/maintainer-list/requirements.txt + - name: Update doc/doxygen/src/maintainers.md + run: | + ./dist/tools/maintainer-list/maintainer-list.py