Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Orgs not supported on non-github repos #1505

Open
philhug opened this issue Oct 13, 2022 · 0 comments
Open

Orgs not supported on non-github repos #1505

philhug opened this issue Oct 13, 2022 · 0 comments

Comments

@philhug
Copy link

philhug commented Oct 13, 2022

The following config does not work on gitlab: (orgs are ignored)


    tide:
      queries:
      - labels:
        - approved
        - lgtm
        orgs:
        - myorg
        repos:
        - otherorg/myrepo

only otherorg/myrepo is processed and myorg is ignored.

See also code:
https://github.com/jenkins-x/lighthouse/blob/main/pkg/keeper/status.go#L481

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant