Skip to content
代码片段 群组 项目
提交 65e86e6d 编辑于 作者: Dylan Griffith's avatar Dylan Griffith
浏览文件

Add --filter-identifiers option to gitlab-housekeeper

During local usage of this we found it is often
[desirable to get the housekeeper to generate a specific MR](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/139747#note_1741757815)
and ignore the other ones. Since it just does them in order we had to
previously manually hack the keeps to skip the changes we don't care
about.

This change introduces a command line option `--filter-identifiers`
which takes a comma separated list which will be matched against the
list of "identifiers" in a change yielded from a keep. The identifiers
is an array so to allow for flexible regex matching of specific elements
in the array we filter such that all regexes must match at least one of
the identifiers in the list.
上级 f764a2b0
No related branches found
No related tags found
加载中
加载中
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册