Skip to content

Commit

Permalink
[Backport 2.11] Adds opensearch trigger bot to discerning merger list…
Browse files Browse the repository at this point in the history
… to allow automatic merges (#3474) (#3481)

Backports #3474 via commit 999339e)

Not sure why manual backport was required as there were no conflicts

### 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).
  • Loading branch information
DarshitChanpura authored Oct 9, 2023
1 parent f7c47af commit f7b9586
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/automatic-merges.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f7b9586

Please sign in to comment.