File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -77,6 +77,11 @@ if [[ "${GITHUB_PR_BASE_REPO}" != 'docs' ]]; then
77
77
docs_diff=$( git diff --stat " origin/$GITHUB_PR_TARGET_BRANCH " ...HEAD -- ./docs ./changelogs CHANGELOG.asciidoc)
78
78
;;
79
79
80
+ " docs-content" )
81
+ git fetch origin " $GITHUB_PR_TARGET_BRANCH "
82
+ docs_diff=$( git diff --stat " origin/$GITHUB_PR_TARGET_BRANCH " ...HEAD -- ./serverless)
83
+ ;;
84
+
80
85
" beats" )
81
86
git fetch origin " $GITHUB_PR_TARGET_BRANCH "
82
87
docs_diff=$( git diff --stat " origin/$GITHUB_PR_TARGET_BRANCH " ...HEAD -- ./auditbeat ./CHANGELOG.asciidoc ./docs ./filebeat ./heartbeat ./journalbeat ./libbeat/docs ./libbeat/outputs/* /docs/* ./libbeat/processors/* /docs/* ./metricbeat ./packetbeat ./topbeat/docs ./winlogbeat ./x-pack/auditbeat ./x-pack/dockerlogbeat/docs ./x-pack/filebeat/docs ./x-pack/filebeat/processors/* /docs/* ./x-pack/functionbeat ./x-pack/libbeat/docs ./x-pack/libbeat/processors/* /docs/* ./x-pack/metricbeat/module)
You can’t perform that action at this time.
0 commit comments