Skip to content

ci: skip CI tests on CHANGELOG.md changes#1642

Merged
nathanjmcdougall merged 2 commits intomainfrom
copilot/update-ci-config-for-changelog
Mar 30, 2026
Merged

ci: skip CI tests on CHANGELOG.md changes#1642
nathanjmcdougall merged 2 commits intomainfrom
copilot/update-ci-config-for-changelog

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 30, 2026

Changes to CHANGELOG.md were triggering the full CI test matrix unnecessarily. Other workflows (codspeed, codecov, codeql, zizmor) already ignore **/*.md; only ci.yml was missing coverage. static-checks.yml has no path filters and continues to run on all changes.

  • Added CHANGELOG.md to paths-ignore in ci.yml for both push and pull_request triggers

🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.

Agent-Logs-Url: https://github.com/usethis-python/usethis-python/sessions/966cb360-5cdf-4c2a-9ef7-8d24d13a1fdb

Co-authored-by: nathanjmcdougall <18602289+nathanjmcdougall@users.noreply.github.com>
Copilot AI changed the title [WIP] Update CI to run only static checks for changelog changes ci: skip CI tests on CHANGELOG.md changes Mar 30, 2026
Copilot AI requested a review from nathanjmcdougall March 30, 2026 00:08
@nathanjmcdougall nathanjmcdougall marked this pull request as ready for review March 30, 2026 00:17
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 30, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ All tests successful. No failed tests found.

📢 Thoughts on this report? Let us know!

@codspeed-hq
Copy link
Copy Markdown

codspeed-hq bot commented Mar 30, 2026

Merging this PR will not alter performance

✅ 2 untouched benchmarks


Comparing copilot/update-ci-config-for-changelog (adc96d1) with main (9117fac)

Open in CodSpeed

@nathanjmcdougall nathanjmcdougall merged commit 6ed83c5 into main Mar 30, 2026
20 checks passed
@nathanjmcdougall nathanjmcdougall deleted the copilot/update-ci-config-for-changelog branch March 30, 2026 00:27
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.

Avoid triggering CI when modifying the changelog

2 participants