This is an automated email from the ASF dual-hosted git repository.

ricardozanini pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-examples.git


The following commit(s) were added to refs/heads/main by this push:
     new 56f71b0a8 kie-kogito-examples#2052: Remove deprecated pr-backporting 
wf (#2054)
56f71b0a8 is described below

commit 56f71b0a8d61fe9345c4d0c2c9fc780c7d1b13a1
Author: Dominik HanĂ¡k <[email protected]>
AuthorDate: Wed Jan 15 16:14:24 2025 +0100

    kie-kogito-examples#2052: Remove deprecated pr-backporting wf (#2054)
---
 .github/workflows/pr-backporting.yml | 40 ------------------------------------
 1 file changed, 40 deletions(-)

diff --git a/.github/workflows/pr-backporting.yml 
b/.github/workflows/pr-backporting.yml
deleted file mode 100644
index 5a763c70d..000000000
--- a/.github/workflows/pr-backporting.yml
+++ /dev/null
@@ -1,40 +0,0 @@
-name: Pull Request Backporting
-
-on:
-  pull_request_target:
-    types: [closed, labeled]
-env:
-  GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
-
-jobs:
-  compute-targets:
-    if: ${{ github.event.pull_request.state == 'closed' && 
github.event.pull_request.merged }}
-    runs-on: ubuntu-latest
-    outputs:
-      target-branches: ${{ steps.set-targets.outputs.targets }}
-    env:
-      LABELS: ${{ toJSON(github.event.pull_request.labels) }}
-    steps:
-      - name: Set target branches
-        id: set-targets
-        uses: 
apache/incubator-kie-kogito-pipelines/.ci/actions/parse-labels@main
-        with:
-          labels: ${LABELS}
-  
-  backporting:
-    if: ${{ github.event.pull_request.state == 'closed' && 
github.event.pull_request.merged && 
needs.compute-targets.outputs.target-branches != '[]' }}
-    name: "[${{ matrix.target-branch }}] - Backporting"
-    runs-on: ubuntu-latest
-    needs: compute-targets
-    strategy:
-      matrix: 
-        target-branch: ${{ 
fromJSON(needs.compute-targets.outputs.target-branches) }}
-      fail-fast: false
-    env:
-      REVIEWERS: ${{ toJSON(github.event.pull_request.requested_reviewers) }}
-    steps:
-      - name: Backporting
-        uses: 
apache/incubator-kie-kogito-pipelines/.ci/actions/backporting@main
-        with:
-          target-branch: ${{ matrix.target-branch }}
-          additional-reviewers: ${REVIEWERS}


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to