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

flathubbot not automatically merging #149

Closed
TheEvilSkeleton opened this issue Mar 3, 2021 · 8 comments
Closed

flathubbot not automatically merging #149

TheEvilSkeleton opened this issue Mar 3, 2021 · 8 comments

Comments

@TheEvilSkeleton
Copy link
Contributor

We got an MR from flathubbot, but it still needed manually merging, see flathub/com.brave.Browser#23.

However, I've enabled automerging, see com.brave.Browser's flathub.json.

I'm not sure exactly what the issue is. Perhaps I wrote it wrongly?

@gasinvein
Copy link
Collaborator

Yes, the automerge-flathubbot-prs property in your flathub.json is invalid, should be true instead of [ true ] (boolean instead of list).

@TheEvilSkeleton
Copy link
Contributor Author

{
  "only-arches": [
    "x86_64"
  ],
  "automerge-flathubbot-prs":
    true
}

Like this?

@gasinvein
Copy link
Collaborator

Almost, the new line is redundant (I'm not sure if it'll result in parse error or not, but better not adding it).

@TheEvilSkeleton
Copy link
Contributor Author

{
  "only-arches": [
    "x86_64"
  ],
  "automerge-flathubbot-prs": true
}

This should be right, right?

@gasinvein
Copy link
Collaborator

Looks fine.

TheEvilSkeleton added a commit to flathub/com.brave.Browser that referenced this issue Mar 3, 2021
@TheEvilSkeleton
Copy link
Contributor Author

Thank you.

TheEvilSkeleton added a commit to flathub/com.microsoft.Edge that referenced this issue Mar 3, 2021
@TheEvilSkeleton
Copy link
Contributor Author

@gasinvein looks like I had to manually merge again: flathub/com.microsoft.Edge#23. Should this be reopened?

@wjt
Copy link
Contributor

wjt commented Mar 3, 2021

This script only auto-merges if it finds an existing PR, with passing CI. IIRC it runs hourly.

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

3 participants