From d84104d0b0122f20c70e5c7006c9b799f30caf4a Mon Sep 17 00:00:00 2001 From: Kristian Antrobus Date: Mon, 14 Oct 2024 12:38:47 -0500 Subject: [PATCH] chore(ci): wip --- .github/workflows/on_pull_request_open.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/on_pull_request_open.yml b/.github/workflows/on_pull_request_open.yml index b9ed38dbb5..bdb0e15792 100644 --- a/.github/workflows/on_pull_request_open.yml +++ b/.github/workflows/on_pull_request_open.yml @@ -8,6 +8,11 @@ jobs: pr-context-labeller: runs-on: ubuntu-latest steps: + - name: Checkout Repo + uses: actions/checkout@v4 + with: + fetch-depth: 0 + - name: Assign Author uses: technote-space/assign-author@v1