From 163e32e157b3ab8b20685ba3b6ee4ccbd40f64f6 Mon Sep 17 00:00:00 2001 From: Andrew Longosz Date: Mon, 10 Jun 2024 11:59:38 +0200 Subject: [PATCH] [GHA] Configured generic reactor workflow --- .github/workflows/reactor.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/reactor.yaml diff --git a/.github/workflows/reactor.yaml b/.github/workflows/reactor.yaml new file mode 100644 index 0000000000..86e154525b --- /dev/null +++ b/.github/workflows/reactor.yaml @@ -0,0 +1,12 @@ +name: Reactor Invoker + +on: + push: + pull_request: + +jobs: + call-reactor: + uses: ibexa/gh-workflows/.github/workflows/repo-reactor.yml@main + secrets: inherit + with: + feature_linter: true