From da413f5ce2fbb320d7299f23cf206bfef89ce116 Mon Sep 17 00:00:00 2001 From: lukasWuttke <54042461+LukasWodka@users.noreply.github.com> Date: Tue, 28 Apr 2026 09:43:26 +0200 Subject: [PATCH] ci: add kanban closure-routing caller workflow --- .github/workflows/kanban-closure-routing.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/kanban-closure-routing.yml diff --git a/.github/workflows/kanban-closure-routing.yml b/.github/workflows/kanban-closure-routing.yml new file mode 100644 index 0000000..0b54df5 --- /dev/null +++ b/.github/workflows/kanban-closure-routing.yml @@ -0,0 +1,12 @@ +name: Kanban closure routing + +on: + pull_request: + types: [closed] + issues: + types: [closed] + +jobs: + route: + uses: tracebloc/.github/.github/workflows/kanban-closure-router.yml@main + secrets: inherit