We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0de30e2 commit c52c787Copy full SHA for c52c787
1 file changed
.github/workflows/automatic-merges.yml
@@ -25,7 +25,8 @@ jobs:
25
token: ${{ secrets.GITHUB_TOKEN }}
26
pull-request-number: ${{ steps.find-triggering-pr.outputs.pr-number }}
27
allowed-authors: |
28
- dependabot%5Bbot%5D
+ dependabot[bot]
29
+ opensearch-trigger-bot[bot]
30
allowed-files: |
31
build.gradle
32
.github/workflows/*.yml
0 commit comments