From 299d54120f719c6b54455712ae5a122c8ff488f8 Mon Sep 17 00:00:00 2001 From: Darshit Chanpura <35282393+DarshitChanpura@users.noreply.github.com> Date: Fri, 6 Oct 2023 03:14:59 -0400 Subject: [PATCH] Adds opensearch trigger bot to discerning merger list to allow automatic merges (#3474) ### Description With this change version increment PRs can be automatically merge by opensearch-trigger-bot. - Resolves: #3408 ### 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: Darshit Chanpura (cherry picked from commit 999339e7ea3043f6be9342685b7e7c70b5dd55ae) --- .github/workflows/automatic-merges.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/automatic-merges.yml b/.github/workflows/automatic-merges.yml index 03c67d9893..acc3b90182 100644 --- a/.github/workflows/automatic-merges.yml +++ b/.github/workflows/automatic-merges.yml @@ -25,7 +25,8 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} pull-request-number: ${{ steps.find-triggering-pr.outputs.pr-number }} allowed-authors: | - dependabot%5Bbot%5D + dependabot[bot] + opensearch-trigger-bot[bot] allowed-files: | build.gradle .github/workflows/*.yml