From 53781d76e8b905fdc3b37162ec9e0459e49a36a5 Mon Sep 17 00:00:00 2001 From: hobbes7878 Date: Fri, 24 Oct 2025 17:14:07 +0100 Subject: [PATCH] adds workflow to notify bluprint_graphics-kit to create a PR to update the library --- .github/workflows/notify-downstream.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/notify-downstream.yaml diff --git a/.github/workflows/notify-downstream.yaml b/.github/workflows/notify-downstream.yaml new file mode 100644 index 00000000..1ca19ab0 --- /dev/null +++ b/.github/workflows/notify-downstream.yaml @@ -0,0 +1,16 @@ +name: Notify downstream repositories + +on: + release: + types: [published] + +jobs: + dispatch: + runs-on: ubuntu-latest + steps: + - name: Dispatch to bluprint_graphics-kit + uses: peter-evans/repository-dispatch@v4 + with: + token: ${{ secrets.REPO_PAT_TOKEN }} + repository: reuters-graphics/bluprint_graphics-kit + event-type: dependency-updated