CI: deprecate $(AUTORELEASE) via comments 19919/head
authorPaul Spooren <paul.spooren@rhebo.com>
Wed, 16 Nov 2022 18:06:20 +0000 (19:06 +0100)
committerChristian Marangi <ansuelsmth@gmail.com>
Sun, 27 Nov 2022 14:16:20 +0000 (15:16 +0100)
commit61d59fd54254b97218aa4e861b1f933d5c5e0bc4
tree148202d9632186399482901b35c79c42fc6d7727
parenta157e382df81ba1d40ba275730d7adf627508004
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]