From 1bdfdfc885c52f54a040a44a61295cee15eb3ec9 Mon Sep 17 00:00:00 2001 From: "Yu-Hsiang M. Tsai" <19565938+yhmtsai@users.noreply.github.com> Date: Fri, 16 Jan 2026 16:05:37 +0100 Subject: [PATCH] do something in pull request target --- .github/workflows/pull_request_target.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pull_request_target.yaml b/.github/workflows/pull_request_target.yaml index 7a2109f..7e0739b 100644 --- a/.github/workflows/pull_request_target.yaml +++ b/.github/workflows/pull_request_target.yaml @@ -23,3 +23,4 @@ jobs: EXAMPLE: ${{ secrets.EXAMPLE }} PR_REPO: ${{ github.event.pull_request.head.repo.full_name }} REPR: ${{ github.repository }} + - run: echo "change in pull request target is fine if it is not merged"