Skip to content

Missing Support for term range queries #9

Missing Support for term range queries

Missing Support for term range queries #9

Workflow file for this run

name: 'Ingest Issue'
on:
issues:
types:
- opened
- edited
- closed
- deleted
- reopened
- labeled
- unlabeled
concurrency:
group: 'issue-stats-${{github.event.issue.id}}'
cancel-in-progress: false
jobs:
issue:
name: 'Ingest'
uses: elastic/clients-team-automations/.github/workflows/issues_stats.yml@main
with:
issue_payload: ${{ toJSON(github.event.issue) }}
secrets:
ES_CLOUD_ID: ${{ vars.ES_CLOUD_ID }}
ES_API_KEY: ${{ secrets.ES_API_KEY }}