Skip to content

Commit

Permalink
[Chore] Fix CI danger checks
Browse files Browse the repository at this point in the history
Problem: the danger checks were failing because it was configured to
fetch only and partially the current PR branch.

Solution: force the danger checks CI to get all the repository branches.
  • Loading branch information
aeqz committed Dec 20, 2022
1 parent 96dba5f commit 3c16b90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/danger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'
Expand Down

0 comments on commit 3c16b90

Please sign in to comment.