.github/workflows/issue: add comment explaining the checkout

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2025-04-24 14:36:05 +02:00
parent e499a74944
commit d868732710
+2
View File
@@ -20,6 +20,8 @@ jobs:
with:
egress-policy: audit
# We need to checkout the `.github/ISSUE_TEMPLATE` for the advanced labeler action to be able to read the templates
# While at it we might as well checkout all of `.github` so that the labeling actions don't need to fetch their configs
- uses: actions/checkout@v4
with:
sparse-checkout: .github