Skip to content

Commit edb1fc9

Browse files
committed
feat(workflows): add fragments check workflow (feature/changelog)
1 parent 687c4d7 commit edb1fc9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/fragments-check.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,12 @@ jobs:
1111
if: github.event.pull_request.user.type != 'Bot' && !contains(github.event.pull_request.labels.*.name, 'skip-fragment-check')
1212
runs-on: ubuntu-latest
1313

14+
1415
steps:
1516
- name: Checkout repository
1617
uses: actions/checkout@v4
18+
with:
19+
fetch-depth: '0'
1720

1821
- name: Check if linked to the correct pull request
1922
run: |

0 commit comments

Comments
 (0)