[09:24:27] is there a way to mass-configure repositories? for, example if I wanted all repos under repos/cloud/ to be configured for fast-forward merges only? [10:15:52] arturo: I'm not aware of any except for instance wide defaults. I guess you have to write some lines of code to talk with the GitLab api and set the "Project merge method" for every project in the specific group. https://docs.gitlab.com/ee/api/projects.html#project-merge-method [10:17:01] thanks [11:35:02] arturo: that needs to be discussed if you want to set it for all [11:37:01] sure [15:32:42] i have some few hacky lines of code to set instance-wide project defaults: https://gitlab.wikimedia.org/repos/releng/gitlab-settings/-/blob/main/configure-projects [15:33:18] that could probably be extended to apply some specific things to groups. [16:05:45] arturo: https://phabricator.wikimedia.org/T321597#8342690 is a collection of not-yet-implemented upstream tasks about GitLab config inheritance [20:48:06] 10GitLab (CI & Job Runners), 10Data Pipelines: Allow a shared, protected runner for the data-engineering group in GitLab - https://phabricator.wikimedia.org/T295045 (10xcollazo) Just passing by to +1 this idea. @BTullis mentioned above the `airflow-dags` project, but it would also immediately benefit the `con...