Skip to content

Commit 661e9da

Browse files
authored
Add comment for why we're adding reusable workflows to the autobuild script
1 parent 7c12da4 commit 661e9da

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

actions/extractor/tools/autobuild.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
set -eu
44

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`
59
DEFAULT_PATH_FILTERS=$(cat << END
610
exclude:**/*
711
include:.github/workflows/*.yml

0 commit comments

Comments
 (0)