diff --git a/.github/workflows/update_ci.yml b/.github/workflows/update_ci.yml index 84967a8b7..64dd95bb1 100644 --- a/.github/workflows/update_ci.yml +++ b/.github/workflows/update_ci.yml @@ -150,5 +150,32 @@ jobs: commit-message: | Update CI files + [noissue] + delete-branch: true + - uses: actions/checkout@v3 + with: + path: pulp_deb + ref: '3.1' + fetch-depth: 0 + + - name: Run update + working-directory: pulp_deb + run: | + ../plugin_template/scripts/update_ci.sh + + - name: Create Pull Request for CI files + uses: peter-evans/create-pull-request@v4 + with: + token: ${{ secrets.RELEASE_TOKEN }} + path: pulp_deb + committer: pulpbot + author: pulpbot + title: 'Update CI files for branch 3.1' + body: '[noissue]' + branch: 'update-ci/3.1' + base: '3.1' + commit-message: | + Update CI files + [noissue] delete-branch: true