Add sqash method when merging release pull requests (#2596)

This commit is contained in:
Karolina Rakoczy 2022-11-17 13:35:34 +01:00 committed by GitHub
parent 03f2b5c544
commit 3653653e29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -119,6 +119,7 @@ program
owner,
repo,
pull_number: pullNumber,
merge_method: "squash",
},
);
}