最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

gitlab - How to set in renovate.json the renovate bot as merge request author? - Stack Overflow

programmeradmin3浏览0评论

I use renovate in GitLab to automate merge requests. The issue is that I am myself the author of the merge requests.

How to set renovate bot as merge request author, in order to allow me to merge them?

I saw assignees field in renovate.json, but what value shall I set?

I use renovate in GitLab to automate merge requests. The issue is that I am myself the author of the merge requests.

How to set renovate bot as merge request author, in order to allow me to merge them?

I saw assignees field in renovate.json, but what value shall I set?

Share Improve this question asked yesterday axelaxel 4,1275 gold badges51 silver badges79 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 2

I guess you've generated a Personal Access Token and Renovate is using it?

You should either:

  • create a Group or Project Access Token in GitLab
  • create a dedicated user account (often not recommended, they are meant for human users)

assignees would be the assignees of the MR, not the commit/MR author.

发布评论

评论列表(0)

  1. 暂无评论