Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
node-version: [24]

steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3

- name: Setup Node.js ${{ matrix.node-version }}
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
Comment on lines 19 to 25

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

kody code-review Kody Rules medium

Missing tracking ID reference violates the team rule requiring at least one reference (e.g., 'Refs: ABC-123') in the PR description. Add the tracking ID to the PR description and optionally include a comment header in .github/workflows/ci.yml for traceability.

Kody rule violation: Link an issue or ticket reference

(PR description) Refs: PROJ-123; Closes: #4567

# Optional: add file-level comment at top of .github/workflows/ci.yml
# Refs: PROJ-123
name: CI
...
Prompt for LLM

File .github/workflows/ci.yml:

Line 19 to 25:

Add a tracking ID reference for this change. The team rule requires referencing at least one tracking ID (e.g., 'Refs: ABC-123') in the PR description. Add the tracking ID to the PR description; optionally add a comment header in changed files for traceability.

Suggested Code:

(PR description) Refs: PROJ-123; Closes: #4567

# Optional: add file-level comment at top of .github/workflows/ci.yml
# Refs: PROJ-123
name: CI
...

Talk to Kody by mentioning @kody

Was this suggestion helpful? React with 👍 or 👎 to help Kody learn from this interaction.

Expand Down
Loading