From b3309445f80c7fbb4cd5c15113f8b960e5e705a4 Mon Sep 17 00:00:00 2001 From: IKEDA Sho Date: Sun, 11 Oct 2020 21:00:27 +0900 Subject: [PATCH] [CI] Fix running Danger on PRs from forked repos --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b90d87ab..fca13cc93 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,6 +14,8 @@ jobs: runs-on: macos-latest steps: - uses: actions/checkout@v2 + with: + fetch-depth: 0 - run: bundle install - run: bundle exec danger env: