Package: devscripts
Version: 2.19.5
Severity: wishlist
User: de...@kali.org
Usertags: origin-kali

With the increased usage of merge requests and CI, there are other
settings that can be useful to configure with the salsa helper:

- more project settings (https://docs.gitlab.com/ee/api/projects.html):
  - only_allow_merge_if_pipeline_succeeds
  - only_allow_merge_if_all_discussions_are_resolved
  - resolve_outdated_diff_discussions
  - auto_cancel_pending_pipelines
  - merge_method

- ensure that a specific deploy key is installed:
  https://docs.gitlab.com/ee/api/deploy_keys.html#add-deploy-key

  My use case is special here, I want to setup a service that will update
  the upstream/latest branches automatically. So the deploy key needs
  write access to the repository. Read-only or read-write access should
  be configurable. But setting up deploy keys for each repository is too
  cumbersome.

Cheers,

Reply via email to