Skip to content

Commit b817d0c

Browse files
authored
Improve comment
Explain why we exclude dependabot PRs.
1 parent 6f595af commit b817d0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-scanning-pack-gen.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
8181
- name: Checkout external help files
8282
id: checkout-external-help-files
83-
# Forks do not have access to an appropriate token for the help files
83+
# PRs from forks and dependabot do not have access to an appropriate token for cloning the help files repos
8484
if: !github.event.pull_request.head.repo.fork && github.actor != 'dependabot[bot]'
8585
uses: actions/checkout@v4
8686
with:

0 commit comments

Comments
 (0)