Skip CI checks for PRs with only design notes changes#11567
Skip CI checks for PRs with only design notes changes#11567kachawla wants to merge 1 commit intoradius-project:mainfrom
Conversation
…for PRs that only contain design notes changes. Signed-off-by: Karishma Chawla <kachawla@microsoft.com>
Radius functional test overviewClick here to see the test run details
Test Status⌛ Building Radius and pushing container images for functional tests... |
| .github/*.md | ||
| docs/**/*.md | ||
| docs/*.md | ||
| eng/design-notes/** |
There was a problem hiding this comment.
eng/design-notes/** matches any file type under that directory. That could unintentionally mark a PR as “docs-only” and skip CI even if non-doc artifacts (e.g., scripts, binaries, generated outputs) are added there later. Narrow the default patterns to markdown files only (e.g., eng/design-notes/**/*.md / eng/design-notes/*.md) to keep the skip behavior scoped to design notes content.
| eng/design-notes/** | |
| eng/design-notes/**/*.md | |
| eng/design-notes/*.md |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #11567 +/- ##
==========================================
- Coverage 51.40% 51.38% -0.02%
==========================================
Files 699 699
Lines 44156 44156
==========================================
- Hits 22698 22690 -8
- Misses 19291 19295 +4
- Partials 2167 2171 +4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Should we also add specs/ to the list?
Description
Skip PR CI checks for PRs that only contain design notes changes.
Type of change
Fixes: #issue_number
Contributor checklist
Please verify that the PR meets the following requirements, where applicable: