From d868732710f37afba382f31a8a43c856da077882 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Thu, 24 Apr 2025 14:36:05 +0200 Subject: [PATCH] .github/workflows/issue: add comment explaining the checkout Signed-off-by: Patrik Oldsberg --- .github/workflows/issue.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/issue.yaml b/.github/workflows/issue.yaml index b0a04ff998..46ff8a6011 100644 --- a/.github/workflows/issue.yaml +++ b/.github/workflows/issue.yaml @@ -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