We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f22e917 commit 5949c99Copy full SHA for 5949c99
1 file changed
.github/workflows/CI_docstring_labeler.yml
@@ -38,6 +38,9 @@ jobs:
38
ref: ${{ github.event.pull_request.head.ref }}
39
# This must be set to correctly checkout a fork
40
repository: ${{ github.event.pull_request.head.repo.full_name }}
41
+ # Safe because the script is copied from the trusted base before this checkout;
42
+ # fork files are only read as data, never executed.
43
+ allow-unsafe-pr-checkout: true
44
45
- name: Get docstrings
46
id: head-docstrings
0 commit comments