Skip to content

ci: only report new lint issues on PRs - #77

Merged
jahkeup merged 1 commit into
aws:masterfrom
aaljewarane:ci-baseline-lint
Aug 18, 2026
Merged

ci: only report new lint issues on PRs#77
jahkeup merged 1 commit into
aws:masterfrom
aaljewarane:ci-baseline-lint

Conversation

@aaljewarane

Copy link
Copy Markdown
Contributor

Lint currently scans the whole repo, so pre-existing issues on master fail every PR regardless of its content (see #76). This enables the action's built-in baselining (only-new-issues: true) so PRs fail only on lint issues they introduce, and removes the duplicate make ci-lint step which has no baseline support and re-reports the pre-existing issues. ci-lint remains in the Makefile for local use. Existing issues on master can be cleaned up separately; this keeps them from blocking unrelated PR

@aaljewarane
aaljewarane requested a review from jahkeup August 17, 2026 23:03
@jahkeup
jahkeup requested a review from mattcataws August 17, 2026 23:42
@jahkeup
jahkeup requested a review from dpakpak August 17, 2026 23:42

@jahkeup jahkeup left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Looks great. I'll check in with you on some follow up changes to the ci/Makefile to tidy up.

Thanks!

@jahkeup
jahkeup merged commit 35907d8 into aws:master Aug 18, 2026
3 checks passed
@jahkeup jahkeup added the enhancement New feature or request label Aug 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants