Skip to content

Add support for discoverable partitions #133

Add support for discoverable partitions

Add support for discoverable partitions #133

name: CI-Compliant-To-Kiwi-9
on:
pull_request:
branches: [main]
jobs:
compliance_test:
if: ${{ github.repository == 'OSInside/kiwi' }}
name: Capable for Rebase to kiwi v9.x.x
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run rebase
run: git fetch --all; git config user.email [email protected]; git config user.name git_action; git checkout master; git log --pretty=oneline --no-merges "origin/master..origin/${GITHUB_HEAD_REF}" | cut -f1 -d " " | head -n -1 > commit.list; git cherry-pick --keep-redundant-commits $(tac commit.list | tr "\n" " ")