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

jstastnycz pushed a commit to branch apache_migration_9.x
in repository 
https://gitbox.apache.org/repos/asf/incubator-kie-optaplanner-quickstarts.git

commit 4ee7f0966f9ad6e909b9ed2f1c7b636f6ff4ac0c
Author: jstastny-cz <[email protected]>
AuthorDate: Tue Sep 19 18:10:08 2023 +0200

    mostly GHA change from kie-ci to kogito-pipelines
---
 .github/pull_request_template.md       | 2 +-
 .github/workflows/full-downstream.yml  | 2 +-
 .github/workflows/jenkins-tests-PR.yml | 2 +-
 .github/workflows/nightly.yml          | 4 ++--
 .github/workflows/pr-backporting.yml   | 4 ++--
 .github/workflows/pull_request.yml     | 8 ++++----
 .github/workflows/quarkus-snapshot.yml | 2 +-
 7 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index fb0fe2b0..1a728734 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -19,7 +19,7 @@ and also the external 
https://github.com/quarkusio/quarkus-quickstarts/tree/main
 ### Referenced pull requests
 
 <!-- Add URLs of all referenced pull requests if they exist. This is only 
required when making
-changes that span multiple apache repositories and depend on each other. -->
+changes that span multiple KIE repositories and depend on each other. -->
 <!-- Example:
 - https://github.com/kiegroup/droolsjbpm-build-bootstrap/pull/1234
 - https://github.com/apache/incubator-kie-drools/pull/3000
diff --git a/.github/workflows/full-downstream.yml 
b/.github/workflows/full-downstream.yml
index a628427e..61df5054 100644
--- a/.github/workflows/full-downstream.yml
+++ b/.github/workflows/full-downstream.yml
@@ -52,7 +52,7 @@ jobs:
           restore-keys: ${{ runner.os }}-${{ matrix.java-version }}-m2
       - name: Build Chain ${{ matrix.java-version }}
         id: build-chain
-        uses: kiegroup/[email protected]
+        uses: 
apache/incubator-kie-kogito-pipelines/.ci/actions/[email protected]
         with:
           definition-file: 
https://raw.githubusercontent.com/${GROUP}/incubator-kie-optaplanner/main/.ci/buildchain-config.yaml
         env:
diff --git a/.github/workflows/jenkins-tests-PR.yml 
b/.github/workflows/jenkins-tests-PR.yml
index 12687304..5e11cb91 100644
--- a/.github/workflows/jenkins-tests-PR.yml
+++ b/.github/workflows/jenkins-tests-PR.yml
@@ -22,7 +22,7 @@ jobs:
         fi
         echo "BASE_BRANCH=${branch}"  >> $GITHUB_ENV
     - name: DSL tests
-      uses: kiegroup/kie-ci/.ci/actions/dsl-tests@main
+      uses: apache/incubator-kie-kogito-pipelines/.ci/actions/dsl-tests@main
       with:
         project: optaplanner
         main-config-file-repo: apache/incubator-kie-optaplanner
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index 5206ce25..aa65e1b7 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -22,9 +22,9 @@ jobs:
     steps:
       - name: Support long paths
         if: ${{ matrix.os == 'windows-latest' }}
-        uses: kiegroup/kie-ci/.ci/actions/long-paths@main
+        uses: apache/incubator-kie-kogito-pipelines/.ci/actions/long-paths@main
       - name: Java and Maven Setup
-        uses: kiegroup/kie-ci/.ci/actions/maven@main
+        uses: apache/incubator-kie-kogito-pipelines/.ci/actions/maven@main
         with:
           java-version: ${{ matrix.java-version }}
           maven-version: ${{ matrix.maven-version }}
diff --git a/.github/workflows/pr-backporting.yml 
b/.github/workflows/pr-backporting.yml
index 62b31d56..5a763c70 100644
--- a/.github/workflows/pr-backporting.yml
+++ b/.github/workflows/pr-backporting.yml
@@ -17,7 +17,7 @@ jobs:
     steps:
       - name: Set target branches
         id: set-targets
-        uses: kiegroup/kie-ci/.ci/actions/parse-labels@main
+        uses: 
apache/incubator-kie-kogito-pipelines/.ci/actions/parse-labels@main
         with:
           labels: ${LABELS}
   
@@ -34,7 +34,7 @@ jobs:
       REVIEWERS: ${{ toJSON(github.event.pull_request.requested_reviewers) }}
     steps:
       - name: Backporting
-        uses: kiegroup/kie-ci/.ci/actions/backporting@main
+        uses: 
apache/incubator-kie-kogito-pipelines/.ci/actions/backporting@main
         with:
           target-branch: ${{ matrix.target-branch }}
           additional-reviewers: ${REVIEWERS}
diff --git a/.github/workflows/pull_request.yml 
b/.github/workflows/pull_request.yml
index f5ee0ec2..7970ba63 100644
--- a/.github/workflows/pull_request.yml
+++ b/.github/workflows/pull_request.yml
@@ -30,7 +30,7 @@ jobs:
     steps:
       - name: Support long paths
         if: ${{ matrix.os == 'windows-latest' }}
-        uses: kiegroup/kie-ci/.ci/actions/long-paths@main
+        uses: apache/incubator-kie-kogito-pipelines/.ci/actions/long-paths@main
       - name: Sets the migration env variable on Windows
         if: runner.os == 'Windows'
         run: echo "MIGRATE_TO_9=${{ github.base_ref == 'development' }}" >> 
$env:GITHUB_ENV
@@ -38,17 +38,17 @@ jobs:
         if: runner.os != 'Windows'
         run: echo "MIGRATE_TO_9=${{ github.base_ref == 'development' }}" >> 
$GITHUB_ENV
       - name: Java and Maven Setup
-        uses: kiegroup/kie-ci/.ci/actions/maven@main
+        uses: apache/incubator-kie-kogito-pipelines/.ci/actions/maven@main
         with:
           java-version: ${{ matrix.java-version }}
           maven-version: ${{ matrix.maven-version }}
           cache-key-prefix: ${{ runner.os }}-${{ matrix.java-version 
}}-maven${{ matrix.maven-version }}
       - name: Build Chain
-        uses: kiegroup/kie-ci/.ci/actions/build-chain@main
+        uses: 
apache/incubator-kie-kogito-pipelines/.ci/actions/build-chain@main
         with:
           definition-file: 
https://raw.githubusercontent.com/${GROUP:apache}/incubator-kie-optaplanner/${BRANCH:main}/.ci/buildchain-config.yaml
           annotations-prefix: ${{ runner.os }}-${{ matrix.java-version }}/${{ 
matrix.maven-version }}
           github-token: "${{ secrets.GITHUB_TOKEN }}"
       - name: Surefire Report
-        uses: kiegroup/kie-ci/.ci/actions/surefire-report@main
+        uses: 
apache/incubator-kie-kogito-pipelines/.ci/actions/surefire-report@main
         if: ${{ always() }}
diff --git a/.github/workflows/quarkus-snapshot.yml 
b/.github/workflows/quarkus-snapshot.yml
index 57987911..2d933e1c 100644
--- a/.github/workflows/quarkus-snapshot.yml
+++ b/.github/workflows/quarkus-snapshot.yml
@@ -32,7 +32,7 @@ jobs:
         run: sudo add-apt-repository ppa:rmescandon/yq && sudo apt update && 
sudo apt install yq -y
 
       - name: Java and Maven Setup
-        uses: kiegroup/kie-ci/.ci/actions/maven@main
+        uses: apache/incubator-kie-kogito-pipelines/.ci/actions/maven@main
         with:
           java-version: ${{ matrix.java-version }}
           maven-version: ${{ matrix.maven-version }}


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

Reply via email to