Skip to content

[#10835] improvement(CI): Do not ignore changes in markdown files to avoid possible RAT problem#10836

Open
yuqi1129 wants to merge 4 commits intoapache:mainfrom
yuqi1129:issue_10835
Open

[#10835] improvement(CI): Do not ignore changes in markdown files to avoid possible RAT problem#10836
yuqi1129 wants to merge 4 commits intoapache:mainfrom
yuqi1129:issue_10835

Conversation

@yuqi1129
Copy link
Copy Markdown
Contributor

What changes were proposed in this pull request?

This pull request makes a small update to the GitHub Actions workflow configuration by adjusting which file changes will trigger the workflow. Markdown files (.md and .mdx) are no longer ignored, so changes to these files will now trigger the workflow.

Why are the changes needed?

To avoid possible RAT problem

Fix: #10835

Does this PR introduce any user-facing change?

N/A

How was this patch tested?

CI.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 21, 2026

Code Coverage Report

Overall Project 65.24% 🟢
Files changed No Java source files changed -

Module Coverage
aliyun 1.73% 🔴
api 47.09% 🟢
authorization-common 85.96% 🟢
aws 1.1% 🔴
azure 2.6% 🔴
catalog-common 10.2% 🔴
catalog-fileset 80.02% 🟢
catalog-glue 75.36% 🟢
catalog-hive 81.83% 🟢
catalog-jdbc-clickhouse 79.06% 🟢
catalog-jdbc-common 43.93% 🟢
catalog-jdbc-doris 80.28% 🟢
catalog-jdbc-hologres 54.03% 🟢
catalog-jdbc-mysql 79.23% 🟢
catalog-jdbc-oceanbase 78.38% 🟢
catalog-jdbc-postgresql 82.05% 🟢
catalog-jdbc-starrocks 78.27% 🟢
catalog-kafka 77.01% 🟢
catalog-lakehouse-generic 45.07% 🟢
catalog-lakehouse-hudi 79.1% 🟢
catalog-lakehouse-iceberg 87.16% 🟢
catalog-lakehouse-paimon 77.71% 🟢
catalog-model 77.72% 🟢
cli 44.51% 🟢
client-java 77.63% 🟢
common 48.97% 🟢
core 81.41% 🟢
filesystem-hadoop3 76.97% 🟢
flink 40.55% 🟢
flink-runtime 0.0% 🔴
gcp 14.2% 🔴
hadoop-common 10.39% 🔴
hive-metastore-common 46.14% 🟢
iceberg-common 55.2% 🟢
iceberg-rest-server 67.15% 🟢
integration-test-common 0.0% 🔴
jobs 66.17% 🟢
lance-common 23.88% 🔴
lance-rest-server 57.84% 🟢
lineage 53.02% 🟢
optimizer 82.95% 🟢
optimizer-api 21.95% 🔴
server 85.75% 🟢
server-common 69.52% 🟢
spark 32.79% 🔴
spark-common 39.09% 🔴
trino-connector 34.27% 🔴

@yuqi1129 yuqi1129 marked this pull request as ready for review April 22, 2026 00:59
Copilot AI review requested due to automatic review settings April 22, 2026 00:59
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the CI workflow trigger rules so changes to Markdown files (.md/.mdx) will no longer be ignored, aligning CI execution with the need to catch potential RAT/license issues introduced via documentation/design docs.

Changes:

  • Remove **/*.md and **/*.mdx from paths-ignore for push events.
  • Remove **/*.md and **/*.mdx from paths-ignore for pull_request events.

Comment thread .github/workflows/build.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Improvement] CI pipeline should not ignore markdown files as more markdown design document are going to add.

3 participants