From 40588e670e52520ed191edeb1edde2b97652548d Mon Sep 17 00:00:00 2001 From: Peter Nied Date: Thu, 19 Oct 2023 10:36:52 -0400 Subject: [PATCH] Bump peternied/discerning-merger from 2 to 3 (#3576) ### Description Bumps [peternied/discerning-merger](https://github.com/peternied/discerning-merger) from 2 to 3.
Release notes

Sourced from peternied/discerning-merger's releases.

v3 Release

  • Allows specifying how the merge is performed, with default of 'squash' method
Commits
### Check List - [ ] ~New functionality includes testing~ - [ ] ~New functionality has been documented~ - [X] Commits are signed per the DCO using --signoff By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check [here](https://github.com/opensearch-project/OpenSearch/blob/main/CONTRIBUTING.md#developer-certificate-of-origin). Signed-off-by: Peter Nied --- .github/workflows/automatic-merges.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/automatic-merges.yml b/.github/workflows/automatic-merges.yml index ee54d4bb58..ad4cdb15eb 100644 --- a/.github/workflows/automatic-merges.yml +++ b/.github/workflows/automatic-merges.yml @@ -19,7 +19,7 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} - - uses: peternied/discerning-merger@v2 + - uses: peternied/discerning-merger@v3 if: steps.find-triggering-pr.outputs.pr-number != null with: token: ${{ secrets.GITHUB_TOKEN }}