diff --git a/.github/workflows/update_ci.yml b/.github/workflows/update_ci.yml index 0ca862f72..6ba37c887 100644 --- a/.github/workflows/update_ci.yml +++ b/.github/workflows/update_ci.yml @@ -131,6 +131,28 @@ jobs: branch: "update-ci/2.16" base: "2.16" delete-branch: true + + - uses: "actions/checkout@v4" + with: + fetch-depth: 0 + path: "pulp_container" + ref: "2.19" + - name: "Run update" + working-directory: "pulp_container" + run: | + ../plugin_template/scripts/update_ci.sh --release + - name: "Create Pull Request for CI files" + uses: "peter-evans/create-pull-request@v6" + with: + token: "${{ secrets.RELEASE_TOKEN }}" + path: "pulp_container" + committer: "pulpbot " + author: "pulpbot " + title: "Update CI files for branch 2.19" + branch: "update-ci/2.19" + base: "2.19" + delete-branch: true + - uses: "actions/checkout@v4" with: fetch-depth: 0 diff --git a/template_config.yml b/template_config.yml index 31e991237..798551285 100644 --- a/template_config.yml +++ b/template_config.yml @@ -69,6 +69,7 @@ supported_release_branches: - '2.14' - '2.15' - '2.16' +- '2.19' - '2.20' sync_ci: true test_azure: true