danger / swift

⚠️ Stop saying "you forgot to …" in code review
https://danger.systems/swift/
MIT License
1.04k stars 135 forks source link

GitLab squash attribute for merge request #576

Closed aserdobintsev closed 1 year ago

aserdobintsev commented 1 year ago

Added the GitLab squash attribute for merge request.

Attriute Type Description
squash boolean Indicates if squash on merge is enabled.

https://docs.gitlab.com/ee/api/merge_requests.html#response

squash

P.S. DSLGitLabMilestoneNoDateRangeJSON and DSLGitLabJSON fixtures already contain squash attribute.

aserdobintsev commented 1 year ago

Done, thanks :) And I was looking for a guide in CONTRIBUTING.md.