We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 687c4d7 commit edb1fc9Copy full SHA for edb1fc9
1 file changed
.github/workflows/fragments-check.yml
@@ -11,9 +11,12 @@ jobs:
11
if: github.event.pull_request.user.type != 'Bot' && !contains(github.event.pull_request.labels.*.name, 'skip-fragment-check')
12
runs-on: ubuntu-latest
13
14
+
15
steps:
16
- name: Checkout repository
17
uses: actions/checkout@v4
18
+ with:
19
+ fetch-depth: '0'
20
21
- name: Check if linked to the correct pull request
22
run: |
0 commit comments