In the aftermath of #6083, I think we can simplify
|
class GitHubAccount(StrEnum): |
|
CONDA_FORGE_ORG = ( |
|
os.environ.get("GITHUB_ACCOUNT_CONDA_FORGE_ORG") or "conda-forge-bot-staging" |
|
) |
|
BOT_USER = ( |
|
os.environ.get("GITHUB_ACCOUNT_BOT_USER") or "regro-cf-autotick-bot-staging" |
|
) |
|
REGRO_ORG = os.environ.get("GITHUB_ACCOUNT_REGRO_ORG") or "regro-staging" |
Already now, the integration tests are producing a kind of mismatch where one bot user is committing into the repos of another, c.f.
xref also conda-forge/conda-forge.github.io#2384
In the aftermath of #6083, I think we can simplify
conda-forge-bot/tests_integration/lib/_definitions/base_classes.py
Lines 15 to 22 in f9aae5e
Already now, the integration tests are producing a kind of mismatch where one bot user is committing into the repos of another, c.f.
xref also conda-forge/conda-forge.github.io#2384