Sarah Mount

Results 78 comments of Sarah Mount

That's very useful, thanks. I work with forks so rarely I forget that they are quite different in GitLab.

@laurence-hudson-mindfoundry In our instance of `marge-bot`, the project regexp is just `.*` and we don't create a new instance of `marge-bot` for new groups or projects, we just add the...

> Yeah we went down that route for a while, but the delays introduced where just too high, hence the fork. Right, I feel your pain! I can't remember whether...

I wonder whether it's really sensible for Marge to keep polling GitLab at the normal rate while she's embargoed?

This is a great idea, but many of us use marge-bot with groups of projects, so we really need to prepend `group/project!MR` to each log line. So, ```plaintext 2021-06-21 06:29:14,476...

Usually if you clone with the `git@...` URI you will need to have uploaded SSH keys to GitLab, in order to push to your repository. This helps GitLab verify that...

Right, but I don't think that's how this bot works. It clones the repo, rebases against the target branch, rewrites the commit messages, pushes, then merges. So, it's going to...

This sounds interesting, but certainly for my use cases, if I have a stale branch, I would expect either: 1. to already have an MR up for it. In which...

You are right about 2. - using protected branches would be sensible. By "stale" I don't mean stable, I just mean a branch which has not been reviewed or committed-to...

The logs are in `/var/log/syslog`, but I agree it would be nice to have a separate log file in `/var/log`.