Skip to content

ci: add docs-only path filters#224

Merged
Mossaka merged 2 commits intomainfrom
copilot/add-scopes-to-ci
Jan 15, 2026
Merged

ci: add docs-only path filters#224
Mossaka merged 2 commits intomainfrom
copilot/add-scopes-to-ci

Conversation

Copy link
Contributor

Copilot AI commented Jan 15, 2026

Docs-only pull requests should not trigger coding workflows. This change narrows CI execution to avoid running code/test pipelines when only markdown files change.

  • Workflow scoping
    • Added paths-ignore for **/*.md on pull_request triggers in coding/test workflows.

Example:

on:
  pull_request:
    branches: [main]
    paths-ignore:
      - '**/*.md'
Original prompt

Add scopes to CI.

For example, if the PR only changes the docs (*.md) then coding releated CIs shouldn't run.


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com>
Copilot AI changed the title [WIP] Add scopes to CI for selective running ci: add docs-only path filters Jan 15, 2026
Copilot AI requested a review from Mossaka January 15, 2026 23:34
@Mossaka Mossaka marked this pull request as ready for review January 15, 2026 23:47
@Mossaka Mossaka merged commit 8d0f7af into main Jan 15, 2026
21 of 22 checks passed
@Mossaka Mossaka deleted the copilot/add-scopes-to-ci branch January 15, 2026 23:47
@github-actions
Copy link
Contributor

Test Coverage Report

Metric Coverage Covered/Total
Lines 77.19% 1300/1684
Statements 77.27% 1333/1725
Functions 77.17% 142/184
Branches 69.76% 450/645
Coverage Thresholds

The project has the following coverage thresholds configured:

  • Lines: 38%
  • Statements: 38%
  • Functions: 35%
  • Branches: 30%

Coverage report generated by `npm run test:coverage`

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.

2 participants