cloudflavor / oscar

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

feat: Add more commands. #38

Closed PI-Victor closed 6 days ago

PI-Victor commented 6 days ago

lock/unlock - lock, unlock an issue. milestone - add a milestone. mileston clear will remove it. pin/unpin - pin/unpin issue. had to use graphql since rest does not seem to provide a way to update the issue for pinning.

draft - move a PR to draft. this only works on payed plans. approve/unapprove - does what it says on the thin. It also adds more clauses to merge command, like not merging if it's already merged, if it's a draft, if it has conflicts, etc.

Signed-off-by: Victor Palade victor@cloudflavor.io

linear[bot] commented 6 days ago

CLO-47 BUG - Fix multiple commands in single comment

PI-Victor commented 6 days ago

/triage /assign

PI-Victor commented 6 days ago

/label Enhancement Feature /merge