From 7cd4e2b9968b70be58cd376f981fce59269b2a97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20Sch=C3=A4fer?= Date: Tue, 9 Jan 2024 13:19:57 +0100 Subject: [PATCH] Add compliance action Check if a rebase to kiwi-10 is possible per pull request --- .github/workflows/ci-compliant-to-kiwi10.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/ci-compliant-to-kiwi10.yml diff --git a/.github/workflows/ci-compliant-to-kiwi10.yml b/.github/workflows/ci-compliant-to-kiwi10.yml new file mode 100644 index 00000000000..8e1c397d90c --- /dev/null +++ b/.github/workflows/ci-compliant-to-kiwi10.yml @@ -0,0 +1,16 @@ +name: CI-Compliant-To-Kiwi-10 +on: + pull_request: + branches: [master] + +jobs: + compliance_test: + name: Capable for Rebase to kiwi-10 + runs-on: ubuntu-latest + + steps: + - name: Repository checkout + - uses: actions/checkout@v3 + + - name: Run rebase + run: git rebase kiwi-10