diff --git a/.github/workflows/notify-triager.yml b/.github/workflows/notify-triager.yml index 609f6424ca03..6539dc230174 100644 --- a/.github/workflows/notify-triager.yml +++ b/.github/workflows/notify-triager.yml @@ -12,6 +12,8 @@ jobs: uses: actions/checkout@v4.1.1 with: fetch-depth: 0 + repository: ${{ github.event.pull_request.head.repo.full_name }} + ref: ${{ github.event.pull_request.head.sha }} - name: Get commit message id: commit-message