File tree 1 file changed +9
-3
lines changed
1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -64,13 +64,19 @@ if [[ "${GITHUB_PR_BASE_REPO}" != 'docs' ]]; then
64
64
git fetch origin " $GITHUB_PR_TARGET_BRANCH "
65
65
docs_diff=$( git diff --stat " origin/$GITHUB_PR_TARGET_BRANCH " ...HEAD -- ./docs CHANGELOG.asciidoc)
66
66
;;
67
-
67
+
68
+ # test glob
69
+ " ecs-logging" )
70
+ git fetch origin " $GITHUB_PR_TARGET_BRANCH "
71
+ docs_diff=$( git diff --stat " origin/$GITHUB_PR_TARGET_BRANCH " ...HEAD -- ./docs/** /* .asciidoc)
72
+ ;;
73
+
68
74
# repositories with a docs dir
69
- " apm-k8s-attacher" | " cloud" | " cloud-assets" | " cloud-on-k8s" | " ecctl" | " ecs" | " ecs-dotnet" | " ecs-logging" | " ecs-logging -go-logrus" | " ecs-logging-go-zap" | " ecs-logging-go-zerolog" | " ecs-logging-java" | " ecs-logging-nodejs" | " ecs-logging-php" | " ecs-logging-python" | " ecs-logging-ruby" | " elasticsearch-js" | " elasticsearch-js-legacy" | " elasticsearch-ruby" | " elasticsearch-php" | " elasticsearch-perl" | " elasticsearch-rs" | " kibana-cn" | " logstash" | " logstash-docs" | " security-docs" | " sense" | " swiftype" )
75
+ " apm-k8s-attacher" | " cloud" | " cloud-assets" | " cloud-on-k8s" | " ecctl" | " ecs" | " ecs-dotnet" | " ecs-logging-go-logrus" | " ecs-logging-go-zap" | " ecs-logging-go-zerolog" | " ecs-logging-java" | " ecs-logging-nodejs" | " ecs-logging-php" | " ecs-logging-python" | " ecs-logging-ruby" | " elasticsearch-js" | " elasticsearch-js-legacy" | " elasticsearch-ruby" | " elasticsearch-php" | " elasticsearch-perl" | " elasticsearch-rs" | " kibana-cn" | " logstash" | " logstash-docs" | " security-docs" | " sense" | " swiftype" )
70
76
git fetch origin " $GITHUB_PR_TARGET_BRANCH "
71
77
docs_diff=$( git diff --stat " origin/$GITHUB_PR_TARGET_BRANCH " ...HEAD -- ./docs)
72
78
;;
73
-
79
+
74
80
# repositories with a docs dir, changelogs dir, and changelog
75
81
" apm-server" )
76
82
git fetch origin " $GITHUB_PR_TARGET_BRANCH "
You can’t perform that action at this time.
0 commit comments