From b80c70e890e1cc461b6240258063bd7135688f0c Mon Sep 17 00:00:00 2001 From: Aaron Lu <50029043+aalu1418@users.noreply.github.com> Date: Wed, 14 Feb 2024 08:16:42 -0700 Subject: [PATCH] add instructions to automated CI for triggering CI runs (#592) --- .github/workflows/dependency-updates.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dependency-updates.yml b/.github/workflows/dependency-updates.yml index aec240a72..04cf968e5 100644 --- a/.github/workflows/dependency-updates.yml +++ b/.github/workflows/dependency-updates.yml @@ -37,7 +37,9 @@ jobs: author: "github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>" reviewers: aalu1418 commit-message: "[automated] bump solana dependencies" - body: "Latest Solana mainnet release is [\"${{ steps.solImage.outputs.image }}\"](https://github.com/solana-labs/solana/releases/latest)" + body: | + Latest Solana mainnet release is [\"${{ steps.solImage.outputs.image }}\"](https://github.com/solana-labs/solana/releases/latest) + (run CI by closing + reopening PR) E2E-Testing-Dependencies: runs-on: ubuntu-latest steps: @@ -100,4 +102,6 @@ jobs: author: "github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>" reviewers: aalu1418 commit-message: "[automated] bump e2e <> core/integration-tests dependencies" - body: "chainlink/integration-tests uses chainlink-testing-framework@${{ steps.coreCTF.outputs.version }}" + body: | + chainlink/integration-tests uses chainlink-testing-framework@${{ steps.coreCTF.outputs.version }} + (run CI by closing + reopening PR)