mirror of
https://github.com/deepset-ai/haystack.git
synced 2026-01-06 03:57:19 +00:00
Fix docstring-labeler.yml not working in PR from forks (#4648)
This commit is contained in:
parent
ba11d1c2a8
commit
db69141642
2
.github/workflows/docstring-labeler.yml
vendored
2
.github/workflows/docstring-labeler.yml
vendored
@ -37,6 +37,8 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
ref: ${{ github.event.pull_request.head.ref }}
|
||||
# This must be set to correctly checkout a fork
|
||||
repository: ${{ github.event.pull_request.head.repo.full_name }}
|
||||
|
||||
- name: Get docstrings
|
||||
id: head-docstrings
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user