Skip to content

Comments

Small error in YAML config and ignoring md files#776

Merged
javuto merged 1 commit intomainfrom
small-typos-fix
Feb 22, 2026
Merged

Small error in YAML config and ignoring md files#776
javuto merged 1 commit intomainfrom
small-typos-fix

Conversation

@javuto
Copy link
Collaborator

@javuto javuto commented Feb 22, 2026

Two small fixes:

  • Typo in YAML configuration
  • Ignore untracked markdown files

@javuto javuto requested a review from Copilot February 22, 2026 08:34
@javuto javuto added the ⚙️ configuration Configuration related issues label Feb 22, 2026
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

This PR fixes a critical configuration bug and improves Git ignore patterns. The YAML tag error prevented the StaticOffline admin configuration from being properly parsed from YAML files, and the gitignore update prevents unintended markdown files from being committed.

Changes:

  • Fixed incorrect YAML tag on StaticOffline field from keyFile to staticOffline
  • Added markdown files to gitignore with exceptions for project documentation files

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
pkg/config/types.go Corrects YAML tag for StaticOffline field to enable proper configuration parsing
.gitignore Ignores all markdown files except standard documentation (README, CONTRIBUTING, CHANGELOG, SECURITY)

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

@javuto javuto merged commit 493d952 into main Feb 22, 2026
55 checks passed
@javuto javuto deleted the small-typos-fix branch February 22, 2026 09:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

⚙️ configuration Configuration related issues

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant