Skip to content
This repository was archived by the owner on Jan 31, 2022. It is now read-only.
This repository was archived by the owner on Jan 31, 2022. It is now read-only.

[label bot] Dashboard link in label comment is wrong #149

@jlewi

Description

@jlewi

The dashboard link points to
https://github.com/marketplace/issue-label-botdata/kubeflow/code-intelligence

This is incorrect: it should be

https://label-bot-prod.mlbot.net/data/kubeflow/code-intelligence

Looks like this is set here

DEFAULT_APP_URL = "https://github.com/marketplace/issue-label-bot"

But can be set via environment variable here

self.app_url = os.getenv("APP_URL", DEFAULT_APP_URL)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions