Skip to content

Fix scenario numbering mismatch in checkBlockingConditions#831

Draft
Copilot wants to merge 9 commits intomainfrom
copilot/sub-pr-823
Draft

Fix scenario numbering mismatch in checkBlockingConditions#831
Copilot wants to merge 9 commits intomainfrom
copilot/sub-pr-823

Conversation

Copy link
Contributor

Copilot AI commented Feb 24, 2026

The inline scenario labels (Scenario 2, Scenario 3) inside checkBlockingConditions were off by one relative to the JSDoc block comment, which enumerated exactly two blocking scenarios (1–2).

Change

Renumbered the inline labels to match the JSDoc:

// Before
// Scenario 2: Command failures always block
// Scenario 3: Validation errors block unless acknowledged

// After
// Scenario 1: Command failures always block
// Scenario 2: Validation errors block unless acknowledged

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

akhilailla and others added 8 commits February 3, 2026 11:15
* Initial plan

* Remove unused hasLabel import to fix linter error

Co-authored-by: mikeharder <9459391+mikeharder@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: mikeharder <9459391+mikeharder@users.noreply.github.com>
)

* Initial plan

* Add pull-requests: read permission to staging-lint-checks workflow

Co-authored-by: mikeharder <9459391+mikeharder@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: mikeharder <9459391+mikeharder@users.noreply.github.com>
* Initial plan

* Fix prettier formatting in README and test file

Co-authored-by: mikeharder <9459391+mikeharder@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: mikeharder <9459391+mikeharder@users.noreply.github.com>
Co-authored-by: AkhilaIlla <36493984+AkhilaIlla@users.noreply.github.com>
Copilot AI changed the title [WIP] Update staging-lint-check workflow documentation Fix scenario numbering mismatch in checkBlockingConditions Feb 24, 2026
Base automatically changed from akhilailla/test_test to main March 9, 2026 21:21
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.

3 participants