From 02100c64b5e913b82f46b9575644020ed065cc31 Mon Sep 17 00:00:00 2001 From: Ben Potter Date: Mon, 6 Mar 2023 13:31:07 -0600 Subject: [PATCH] fix: docs auto-approval (#6450) * fix: docs auto-approval * empty commit --- .github/workflows/contrib.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/contrib.yaml b/.github/workflows/contrib.yaml index 0d3cae95b0..510687ecf7 100644 --- a/.github/workflows/contrib.yaml +++ b/.github/workflows/contrib.yaml @@ -33,6 +33,7 @@ jobs: permissions: pull-requests: write steps: + - uses: actions/checkout@v3 - name: Get changed files in the docs folder id: changed-files uses: tj-actions/changed-files@v35