Skip to content

java-client/src/main/java/co/elastic/clients/elasticsearch/indices/update_aliases/Action.java The Builder of Action of updateAliases should use [return self()] instead of [return this] and change the return type to [Builder] #203

java-client/src/main/java/co/elastic/clients/elasticsearch/indices/update_aliases/Action.java The Builder of Action of updateAliases should use [return self()] instead of [return this] and change the return type to [Builder]

java-client/src/main/java/co/elastic/clients/elasticsearch/indices/update_aliases/Action.java The Builder of Action of updateAliases should use [return self()] instead of [return this] and change the return type to [Builder] #203

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
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Ingest Issue
uses: elastic/clients-team-automations/issues_stats@main
with:
issue_payload: ${{ toJSON(github.event.issue) }}
es_cloud_id: ${{ vars.ES_CLOUD_ID }}
es_api_key: ${{ secrets.ES_API_KEY }}