diff --git a/.github/workflows/update_ci.yml b/.github/workflows/update_ci.yml index 3e246e155..7c4bee711 100644 --- a/.github/workflows/update_ci.yml +++ b/.github/workflows/update_ci.yml @@ -71,33 +71,6 @@ jobs: [noissue] delete-branch: true - uses: "actions/checkout@v4" - with: - fetch-depth: 0 - path: "pulp_ansible" - ref: "0.13" - - - name: "Run update" - working-directory: "pulp_ansible" - run: | - ../plugin_template/scripts/update_ci.sh - - - name: "Create Pull Request for CI files" - uses: "peter-evans/create-pull-request@v6" - with: - token: "${{ secrets.RELEASE_TOKEN }}" - path: "pulp_ansible" - committer: "pulpbot " - author: "pulpbot " - title: "Update CI files for branch 0.13" - body: "" - branch: "update-ci/0.13" - base: "0.13" - commit-message: | - Update CI files - - [noissue] - delete-branch: true - - uses: "actions/checkout@v4" with: fetch-depth: 0 path: "pulp_ansible" diff --git a/template_config.yml b/template_config.yml index e1d4efa3b..c2ac3c668 100644 --- a/template_config.yml +++ b/template_config.yml @@ -71,7 +71,6 @@ stalebot_days_until_close: 30 stalebot_days_until_stale: 90 stalebot_limit_to_pulls: true supported_release_branches: -- '0.13' - '0.15' - '0.16' - '0.18'