feat(es): add dump helper and bulk-ndjson restore path #18
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: AI Backport Resolver | ||
| on: | ||
| issue_comment: | ||
| types: [created] | ||
| permissions: | ||
| contents: write | ||
| pull-requests: write | ||
| issues: read | ||
| jobs: | ||
| resolve: | ||
|
Check failure on line 12 in .github/workflows/resolve-conflicts.yml
|
||
| uses: elastic/clients-team-automations/.github/workflows/ai-backport-resolver.yml@main | ||
| with: | ||
| comment_body: ${{ github.event.comment.body }} | ||
| comment_user: ${{ github.event.comment.user.login }} | ||
| pr_number: ${{ github.event.issue.number }} | ||
| secrets: | ||
| LITELLM_API_KEY: ${{ secrets.LITELLM_API_KEY }} | ||