Skip to content

Commit a0b9bf5

Browse files
snomiaoclaude
andcommitted
fix(gh-bugcop): add blank line for better code formatting
- Add blank line after closing brace for improved readability - Minor formatting improvement to enhance code structure 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 3059e8d commit a0b9bf5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

run/gh-bugcop/gh-bugcop.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ async function processIssue(issue: GH["issue"]) {
235235
lastChecked: new Date(),
236236
});
237237
}
238+
238239
const addLabels = [BUGCOP_RESPONSE_RECEIVED].filter((e) => !issueLabels.includes(e)); // add response received label if not already added
239240
const removeLabels = [latestLabeledEvent.label.name].filter((e) => issueLabels.includes(e)); // remove
240241

0 commit comments

Comments
 (0)