# msys2-autobuild-controller **Repository Path**: mirrors_msys2/msys2-autobuild-controller ## Basic Information - **Project Name**: msys2-autobuild-controller - **Description**: Delegate control of https://github.com/msys2/msys2-autobuild workflows via a web app, without having to grant users access to modify code or releases. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-11 - **Last Updated**: 2026-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MSYS2 Autobuild Controller Get it running: * copy `application.cfg.sample` to `instance/application.cfg` * fill out `instance/application.cfg` ```console uv run flask --app flask_app run ``` ## GitHub App Registration * Organization > Developer Settings > GitHub Apps > New GitHub App * Fill out "GitHub App name" and "Homepage URL" * "Callback URL": `https://thisismyapp.example.org/github-callback` * "Webhook URL": `https://thisismyapp.example.org/github-webhook` * Fill out "Webhook secret" * Repository permissions: * Metadata: `Read-Only` * Actions: `Read and write` ## GitHub App Installation ![](doc/github-app-permissions.png)