We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c12da4 commit 661e9daCopy full SHA for 661e9da
actions/extractor/tools/autobuild.sh
@@ -2,6 +2,10 @@
2
3
set -eu
4
5
+# Note: We're adding the `reusable_workflows` subdirectories to proactively
6
+# record workflows that were called cross-repo, check them out locally,
7
+# and enable an interprocedural analysis across the workflow files.
8
+# These workflows follow the convention `.github/reusable_workflows/<nwo>/*.ya?ml`
9
DEFAULT_PATH_FILTERS=$(cat << END
10
exclude:**/*
11
include:.github/workflows/*.yml
0 commit comments