Skip to content

add breaking change for testing notifier#6049

Open
jencarlucci wants to merge 1 commit intomainfrom
jc/broken
Open

add breaking change for testing notifier#6049
jencarlucci wants to merge 1 commit intomainfrom
jc/broken

Conversation

@jencarlucci
Copy link
Contributor

No description provided.

Copilot AI review requested due to automatic review settings February 27, 2026 17:45
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Adds a new YAML file intended to introduce a breaking change to test the notifier/lint pipeline.

Changes:

  • Added descriptions-next/lint-break.yaml with an intentional_lint_break entry.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@@ -0,0 +1 @@
intentional_lint_break: [
Copy link

Copilot AI Feb 27, 2026

Choose a reason for hiding this comment

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

This YAML is syntactically invalid: the flow sequence is opened with [ but never closed, which will cause YAML parsing to fail anywhere this file is loaded. If the goal is to trigger a linter failure, keep the YAML valid (e.g., close the sequence and add an intentionally rule-violating value) rather than breaking parsing entirely.

Suggested change
intentional_lint_break: [
intentional_lint_break: ["INTENTIONAL_LINT_BREAK"]

Copilot uses AI. Check for mistakes.
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