Skip to content

Conversation

@kshman
Copy link
Owner

@kshman kshman commented Aug 12, 2025

No description provided.

Copilot AI review requested due to automatic review settings August 12, 2025 11:12
Copy link

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 appears to be focused on GitHub-related cleanup and reorganization, involving version updates and workflow modifications. The main purpose is to update version numbers and streamline GitHub workflow configurations.

  • Updated version numbers across multiple assembly files and package.json from 99.158.0 to 99.159.0
  • Removed several GitHub workflow files for linting operations
  • Simplified remaining workflow names and removed documentation

Reviewed Changes

Copilot reviewed 11 out of 11 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
ui/raidboss/data/04-sb/ultimate/ultima_weapon_ultimate.ts Refactored array initialization to use individual variables before constructing the array
plugin/CactbotOverlay/Properties/AssemblyInfo.cs Updated assembly version from 99.158.0.0 to 99.159.0.0
plugin/CactbotEventSource/Properties/AssemblyInfo.cs Updated assembly version from 99.158.0.0 to 99.159.0.0
package.json Updated package version from 99.158.0 to 99.159.0
.github/workflows/lint-version.yml Completely removed version linting workflow
.github/workflows/lint-test.yml Completely removed test linting workflow
.github/workflows/lint-script.yml Completely removed script linting workflow
.github/workflows/lint-doc.yml Completely removed documentation linting workflow
.github/workflows/build.yml Simplified workflow name from "빌드-릴리즈" to "빌드"
.github/workflows/branches.yml Simplified workflow name from "업데이트-브랜치" to "브랜치"
.github/workflows/README.md Completely removed workflow documentation

numDir[1]++;
n1++;
}
const numDir = [n0, n1, n2, n3]; // north, east, south, west
Copy link

Copilot AI Aug 12, 2025

Choose a reason for hiding this comment

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

[nitpick] The refactoring introduces unnecessary complexity by replacing a direct array initialization with individual variables. The original const numDir = [0, 0, 0, 0] approach was cleaner and more maintainable.

Copilot uses AI. Check for mistakes.
@kshman kshman merged commit 5b6b1cf into master Aug 12, 2025
1 check passed
@kshman kshman deleted the 20250812 branch August 12, 2025 11:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants