Skip to content

Fix indentation for 'pack' and 'extensible' fields in model YAML files#146

Open
felickz wants to merge 1 commit intomainfrom
fix-model-format
Open

Fix indentation for 'pack' and 'extensible' fields in model YAML files#146
felickz wants to merge 1 commit intomainfrom
fix-model-format

Conversation

@felickz
Copy link
Copy Markdown
Contributor

@felickz felickz commented Apr 2, 2026

Fixing error when running with model packs enabled in IDE with CodeQL extension:

BROKEN (original)

- addsTo:
  pack: codeql/python-all
  extensible: sourceModel
  data:

FIXED

- addsTo:
    pack: codeql/python-all
    extensible: sourceModel
  data:

Copilot AI review requested due to automatic review settings April 2, 2026 16:22
Copy link
Copy Markdown
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.

Copilot wasn't able to review any files in this pull request.


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

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