CI: deprecate $(AUTORELEASE) via comments
authorPaul Spooren <paul.spooren@rhebo.com>
Wed, 16 Nov 2022 18:06:20 +0000 (19:06 +0100)
committerNick Hainke <vincent@systemli.org>
Mon, 26 Jun 2023 09:29:59 +0000 (11:29 +0200)
commitc993ee8a893c04baef602574ca9353ce4c72e11e
treef7328db915dc6380e4eb1fe91ec543fcc083f2ed
parent7b1911020b335492ecfd02f39fb0a4f1911b23db
CI: deprecate $(AUTORELEASE) via comments

Autorelease causes some issues like heavy bandwidth usage as well as
non-deterministic package releases whenever someone doesn't use the full
git log.

With this comment all modified packages are checked and if they use
the autorelease feature, kindly comment to the user to change that.

Signed-off-by: Paul Spooren <paul.spooren@rhebo.com>
[ move check to separate workflow to handle ci limitation ]
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
.github/workflows/check-autorelease-deprecation.yml [new file with mode: 0644]