cloudflavor / oscar

A GitOps automation bot for VCS misc tasks
Apache License 2.0
0 stars 0 forks source link

feat: Refactor command processing in github.ts #18

Closed PI-Victor closed 3 months ago

PI-Victor commented 3 months ago

The code changes in github.ts refactor the command processing logic. The processCommand function has been updated to handle commands that do not start with a forward slash ("/"). Instead of immediately returning, these commands are now skipped and the processing continues. This change improves the robustness of the command handling mechanism.

Signed-off-by: Victor Palade

PI-Victor commented 3 months ago

/triage /assign

PI-Victor commented 3 months ago

/label Fix

PI-Victor commented 3 months ago

/merge