From 790402bcfb8aaeaff591689dba92f9df199a8d1d Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Thu, 4 Sep 2025 11:35:24 +0100 Subject: [PATCH] ci: Use conan_ref and add PR link in check_libxrpl (#2508) --- .github/workflows/check_libxrpl.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check_libxrpl.yml b/.github/workflows/check_libxrpl.yml index 78248e43..a0a74408 100644 --- a/.github/workflows/check_libxrpl.yml +++ b/.github/workflows/check_libxrpl.yml @@ -32,7 +32,7 @@ jobs: - name: Update libXRPL version requirement shell: bash run: | - sed -i.bak -E "s|'xrpl/[a-zA-Z0-9\\.\\-]+'|'xrpl/${{ github.event.client_payload.version }}'|g" conanfile.py + sed -i.bak -E "s|'xrpl/[a-zA-Z0-9\\.\\-]+'|'xrpl/${{ github.event.client_payload.conan_ref }}'|g" conanfile.py rm -f conanfile.py.bak - name: Update conan lockfile @@ -95,6 +95,7 @@ jobs: labels: "compatibility,bug" title: "Proposed libXRPL check failed" body: > - Clio build or tests failed against `libXRPL ${{ github.event.client_payload.version }}`. + Clio build or tests failed against `libXRPL ${{ github.event.client_payload.conan_ref }}`. - Workflow: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}/ + PR: ${{ github.event.client_payload.pr_url }} + Workflow run: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}/