Skip to content

fix: fail empty plan skip - #706

Open
szupzj18 wants to merge 1 commit into
peteromallet:mainfrom
szupzj18:chris/fix/plan-skip-zero-match
Open

fix: fail empty plan skip#706
szupzj18 wants to merge 1 commit into
peteromallet:mainfrom
szupzj18:chris/fix/plan-skip-zero-match

Conversation

@szupzj18

Copy link
Copy Markdown

Fixes #674

Root cause: plan skip printed a warning and returned normally when no issue matched, so automation observed exit 0.

Change: raise CommandError with exit code 1 and cover the no-match path.

Validation: 58 related tests passed.

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.

plan skip exits 0 on a zero-match pattern, silently dropping the skip

1 participant