cloudflavor / oscar

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

feat: Add commands for holding and unholding pull requests #28

Closed PI-Victor closed 1 week ago

PI-Victor commented 1 week ago

This commit adds two new commands, '/hold' and '/unhold', to handle the holding and unholding of pull requests. The '/hold' command adds the 'do-not-merge' label to the pull request, preventing it from being merged. The '/unhold' command removes the 'do-not-merge' label, allowing the pull request to be merged.

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

linear[bot] commented 1 week ago

CLO-46 implement Hold

PI-Victor commented 1 week ago

/triage /merge

fixes: https://github.com/cloudflavor/oscar/issues/24