mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Add comment for why we're adding reusable workflows to the autobuild script
This commit is contained in:
committed by
GitHub
parent
7c12da4f48
commit
661e9da799
@@ -2,6 +2,10 @@
|
||||
|
||||
set -eu
|
||||
|
||||
# Note: We're adding the `reusable_workflows` subdirectories to proactively
|
||||
# record workflows that were called cross-repo, check them out locally,
|
||||
# and enable an interprocedural analysis across the workflow files.
|
||||
# These workflows follow the convention `.github/reusable_workflows/<nwo>/*.ya?ml`
|
||||
DEFAULT_PATH_FILTERS=$(cat << END
|
||||
exclude:**/*
|
||||
include:.github/workflows/*.yml
|
||||
|
||||
Reference in New Issue
Block a user