20 Commits

Author SHA1 Message Date
Florian Albrechtskirchinger
bda85e84db .github/workflows: bump actions/*
Node.js 20 actions are deprecated.

See-also: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
See-also: https://github.com/actions/checkout
See-also: https://github.com/actions/setup-python
Signed-off-by: Florian Albrechtskirchinger <falbrechtskirchinger@gmail.com>
2026-03-24 06:48:22 +01:00
Takuya Wakazono
257912c328 .github/workflows: notify recovery after schedule event
Notify recovery on IRC even after a faulure in the schedule event.
Schedule events are recognized as default branch events, so we can't
filter by the dev branch to get last status.

Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
2024-10-26 22:48:17 +09:00
Anna (cybertailor) Vyalkova
77206897e7 ci: bump actions
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
2024-04-12 17:37:36 +05:00
Anna (cybertailor) Vyalkova
69cbd3bb1b pkgcheck.yml: notify on recoveries too
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
2023-05-18 13:18:47 +05:00
Anna (cybertailor) Vyalkova
eaf430a014 .github/workflows: run CI on schedule
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
2023-04-20 20:18:09 +05:00
Anna (cybertailor) Vyalkova
2751058f2a .github/workflows: notify on push only
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
2023-03-31 20:28:03 +05:00
Arthur Zamarin
139f67b9b3 ci: notify on IRC for failing ci
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2023-03-17 13:41:55 +02:00
Anna (cybertailor) Vyalkova
87804196df .github/workflows: update actions
* bump actions
* fix indentation and other issues detected by yamllint

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
2023-02-02 11:14:18 +05:00
Julien Roy
e820c2a6e2 .github/workflows: re-enable some checks that are passing now
OldPackageUpdate: did some cleaning up, the bug previously mentioned
is resolved now, so packages in ::gentoo don't get flagged
MissingAccountIdentifier: this is fixed as well since the check passes globally

Signed-off-by: Julien Roy <julien@jroy.ca>
2023-01-13 16:36:26 -05:00
Arthur Zamarin
ee8549ebc3 .github/workflows/pkgcheck.yml: Disable NonsolvableDepsInDev
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2022-10-07 18:38:40 +03:00
Andrew Ammerlaan
292e03dc22 .github/workflows/repoman.yml: Use script to auto run the latest rm
By using a seperate script instead of running everything in the yml
file, we gain the ability to use and manipulate variables. This
means that we can now automatically run the latest version of
repoman, which should make this more hands-off by removing the
need to update this every now and then.

Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
2021-04-02 11:52:30 +02:00
Andrew Ammerlaan
b951fd74ad .github/workflows/pkgcheck.yml: re-add arguments
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
2021-02-18 12:22:37 +01:00
Andrew Ammerlaan
ac5ddb0aec .github/workflows/pkgcheck.yml: test with the official pkgcore/pkgcheck-action
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
2021-02-18 12:14:30 +01:00
Theo Anderson
3f8187117d .github: [pkgcheck] ignore OldPackageUpdate checks
These updates are used for packages which have moved from ::guru
 to ::gentoo under a different category/name.
Pkgcheck only looks for the updated package within ::guru even
 if it still exists in ::gentoo

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans@posteo.de>
2021-02-16 20:51:35 +13:00
Andrew Ammerlaan
18909c1ca5 .github/workflows/pkgcheck.yml: use --keywords instead of --checks to
only skip the problematic output of the AcctCheck instead of the whole check

Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
2021-01-29 11:58:19 +01:00
Andrew Ammerlaan
a9fbaff9ef .github/workflows/pkgcheck.yml: make compatible with pkgcheck-0.8
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
2021-01-28 12:00:14 +01:00
Andrew Ammerlaan
8f5d1dd2e4 .github/workflows/pkgcheck.yml: found the correct name for this check
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
2021-01-19 22:57:30 +01:00
Andrew Ammerlaan
84555715ae .github/workflows/pkgcheck.yml: skip MissingAccountIdentifier check
in overlays ACCT_*_ID variables should be set to -1 for auto-assignment
which means this check will always fail in ::guru

Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
2021-01-19 22:16:53 +01:00
Andrew Ammerlaan
7b42dce12e README.md: show result of checks
Closes: https://github.com/gentoo/guru/issues/16
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
2021-01-03 11:25:59 +01:00
Andrew Ammerlaan
3dff7190aa .github/workflows: add pkgcheck and repoman checks
Lets see if this will work like this

Thanks to the ::science overlay

Bug: https://github.com/gentoo/guru/issues/16

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
2021-01-03 11:06:58 +01:00