aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/check-autorelease-deprecation.yml
Commit message (Collapse)AuthorAge
* ci: bump checkout/upload-artifact to v4Tianling Shen2024-01-29
| | | | | | | Fix Node.js 16 deprecation warning. Ref: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/ Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* ci: only comment AUTORELEASE deprecation if existsPaul Spooren2022-12-02
| | | | | | If it doesn't exists, don't confuse the contributors. Signed-off-by: Paul Spooren <mail@aparcar.org>
* CI: deprecate $(AUTORELEASE) via commentsPaul Spooren2022-11-27
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>