Skip to content

Clean up bot account setup in integration tests #6418

Description

@h-vetinari

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.

Image

xref also conda-forge/conda-forge.github.io#2384

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions