cloudbees-io / checkout

MIT License
1 stars 0 forks source link

feat: [CBP-70] implement merging for Pull request events where the provider does not support generating a merge commit sha #21

Closed pinaki124 closed 4 months ago

pinaki124 commented 4 months ago

@stephenc - I found a minor issue while testing, fixed with this commit, can you please re-review?

All the cases which I had tested earlier are still working with the new updates.

pinaki124 commented 4 months ago

Approved assuming the merge helper fetches tags and all branches when the depth is 0

Created a separate PR to handle pulling all refs for branches and tags in the merge binary when depth is 0.