Janitor / fresh-releases

Alexandre Detiste <[email protected]> Tue, 9 Apr 2024 22:14:49 +0200
Newsgroups gmane.linux.debian.devel.games
Message-ID <CADsTwj+-mVNHiuASPGdB1pBCLGc5DwtNhm-Tt8LXZHtAuOhhAw@mail.gmail.com>
Dear Team members,

Could we let the Janitor do the "gbp import-orig --uscan
--pristine-tar" for us ?

(instead of "Hans Jansen") ?
https://news.ycombinator.com/item?id=39868390

@Jelmer Vernooij : you can already go full automatic
for packages where I'm maintainer or uploader.

Greetings

----

https://salsa.debian.org/janitor-team/janitor.debian.net/-/blob/master/k8s/policy.conf

policy {
  match { maintainer: "[email protected]" }
  campaign {
    name: "lintian-fixes"
    manual_review: not_required
  }
  campaign {
    name: "fresh-releases"
    publish { mode: attempt_push }
    publish { role: 'main' mode: attempt_push }
    publish { role: 'pristine-tar' mode: attempt_push }
    publish { role: 'upstream' mode: propose }
  }
  campaign {
    name: "scrub-obsolete"
    publish { mode: attempt_push }
  }
  campaign {
    name: "uncommitted"
    publish { mode: attempt_push }
  }
}