Skip to content

Commit

Permalink
chores: add deep fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
UcheSylvester committed Nov 7, 2023
1 parent 146b32c commit 4050dae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ defaults:
shell: 'bash'

jobs:
RequestReviews:
request-reviews:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Auto PR review requests
uses: ./
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,13 @@ defaults:
shell: 'bash'

jobs:
RequestReviews:
request-reviews:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
# Note: this is required for the action to work
fetch-depth: 0

- name: Auto PR review requests
Expand Down

0 comments on commit 4050dae

Please sign in to comment.