This is an automated email from the ASF dual-hosted git repository. pcongiusti pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit 7908e70c1ef604f6729f27f3bf34bcb7ee5ca0f9 Author: Pasquale Congiusti <pasquale.congiu...@gmail.com> AuthorDate: Fri Jul 14 07:59:33 2023 +0200 chore(ci): remove backport action We're not really using as it does not work in forks --- .github/actions/backport | 1 - .github/workflows/backport.yml | 38 -------------------------------------- .gitmodules | 3 --- 3 files changed, 42 deletions(-) diff --git a/.github/actions/backport b/.github/actions/backport deleted file mode 160000 index 2d7713b17..000000000 --- a/.github/actions/backport +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 2d7713b178ee4f86d505da2f829301b912c0a4ca diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml deleted file mode 100644 index d126c1f47..000000000 --- a/.github/workflows/backport.yml +++ /dev/null @@ -1,38 +0,0 @@ -# --------------------------------------------------------------------------- -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed with -# this work for additional information regarding copyright ownership. -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# --------------------------------------------------------------------------- - -name: Backport -on: - pull_request: - types: - - closed - - labeled - -jobs: - backport: - runs-on: ubuntu-latest - name: Backport - steps: - - name: "Checkout camel-k" - uses: actions/checkout@v3 - with: - persist-credentials: false - submodules: recursive - - name: Backport - uses: ./.github/actions/backport - with: - github_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.gitmodules b/.gitmodules index c66b40d2d..e9ac64d51 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,3 @@ -[submodule ".github/actions/backport"] - path = .github/actions/backport - url = https://github.com/tibdex/backport [submodule ".github/actions/changelog"] path = .github/actions/changelog url = https://github.com/CharMixer/auto-changelog-action