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

jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/main by this push:
     new 9a8eaeac07 Auto close dependency convergence issue when the workflow 
is successful
9a8eaeac07 is described below

commit 9a8eaeac07c10e125f952c2ade4ca9eee31e128f
Author: James Netherton <[email protected]>
AuthorDate: Mon Oct 13 14:33:33 2025 +0100

    Auto close dependency convergence issue when the workflow is successful
---
 .github/workflows/check-dependency-convergence.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.github/workflows/check-dependency-convergence.yml 
b/.github/workflows/check-dependency-convergence.yml
index d29b46b61b..1b8436d7f2 100644
--- a/.github/workflows/check-dependency-convergence.yml
+++ b/.github/workflows/check-dependency-convergence.yml
@@ -179,7 +179,6 @@ jobs:
             echo "Either fix the problem dependencies or add GAVs to the 
IGNORED_GAVS list in check-dependency-convergence.yml"
             exit 1
           fi
-      - name: Report Build Failure
-        if: failure() || cancelled()
+      - name: Report Build Status
         run: |
           ./mvnw ${CQ_MAVEN_ARGS} verify -N -Pbuild-notification -Dstatus=${{ 
job.status }} -DissueId=${{ env.ISSUE_ID }} -Dtoken=${{ secrets.GITHUB_TOKEN }} 
-DbuildId=$(cat ~/build-data/build-id.txt) -Drepo=${GITHUB_REPOSITORY} 
-Dbranch=$(git rev-parse --abbrev-ref HEAD) -Dbranch-commit=$(cat 
~/build-data/main-sha.txt)

Reply via email to