From 958338bc3009239ff83aae0fed16cc88d48a8079 Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Fri, 26 Apr 2024 16:32:23 +0200 Subject: [PATCH] Made sure that the workflow run is linked in the PR description for data updates --- .github/workflows/update-data.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update-data.yml b/.github/workflows/update-data.yml index 663d1708c..4e34c3036 100644 --- a/.github/workflows/update-data.yml +++ b/.github/workflows/update-data.yml @@ -47,6 +47,7 @@ jobs: commit-message: Synced the data with upstream title: "[data-update] Synced the data with upstream datasources" body: | + PR comes from [this Workflow Run](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}) - Updated the data with upstream sources - Auto-generated by [create-pull-request][1]