From 204f4abee3001ce94c075e253350e9a30e688e86 Mon Sep 17 00:00:00 2001 From: UnstoppableMango Date: Sat, 13 Jun 2026 21:59:20 -0500 Subject: [PATCH] GitHub Actions repo --- index.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/index.ts b/index.ts index 9d624a9..b8d7077 100644 --- a/index.ts +++ b/index.ts @@ -1,5 +1,10 @@ import { PublicRepo } from './components'; +const actions = new PublicRepo('actions', { + description: 'Shared GitHub Actions', + githubChecks: ['build', 'check'], +}); + const aferox = new PublicRepo('aferox', { description: 'Implementations and utilities for github.com/spf13/afero', githubChecks: ['Build and Test'], @@ -94,6 +99,7 @@ const theclusterOperator = new PublicRepo('thecluster-operator', { }); export const repos = [ + actions.repo.name, aferox.repo.name, apis.repo.name, charts.repo.name,