Public Access
Post-merge / detect-type (push) Failing after 9s
Post-merge / validate-commit-msg (push) Has been skipped
Post-merge / release (push) Has been skipped
Post-merge / sync-wiki (push) Has been skipped
Post-merge / vikunja (push) Has been skipped
Post-merge / configure-repo (push) Has been skipped
Post-merge / badges (push) Failing after 25s
Port core modules (config, exceptions, i18n, api_clients, gitea_cli), 14 CI scripts, 6 dev tools, 5 molecule tools, CLI entry point, workflows, Makefile, tests (784 tests, 100% coverage), and documentation from GRM. The devx package is published to the Gitea PyPI registry and consumed by GRM, infra, and other oblachno-oss projects as a pip dependency. Generated with [Devin](https://devin.ai) Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
18 lines
607 B
Bash
18 lines
607 B
Bash
# Gitea API token (required for CI scripts that interact with Gitea)
|
|
# Create at: https://git.oblachno.oblachno.fyi/user/settings/applications
|
|
REPO_TOKEN=
|
|
|
|
# Vikunja API token (required for post-merge task updates)
|
|
# Create at: https://work.oblachno.oblachno.fyi/settings/tokens
|
|
VIKUNJA_TOKEN=
|
|
|
|
# Vikunja project ID for this project (devx = 8)
|
|
DEVX_VIKUNJA_PROJECT_ID=8
|
|
|
|
# Override default API URLs (optional)
|
|
# DEVX_GITEA_API_URL=https://git.oblachno.oblachno.fyi/api/v1
|
|
# DEVX_VIKUNJA_API_URL=https://work.oblachno.oblachno.fyi/api/v1
|
|
|
|
# Override default language (optional, en is default)
|
|
# DEVX_LANG=en
|