Skip to content

Fix update-rest-api-json CI #4592

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 17, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 2 additions & 12 deletions .github/workflows/update-rest-api-json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
branch: ['main', '9.0', '8.19', '8.18', '8.17', '8.16', '7.17']
branch: ['main', '9.0', '8.19', '8.18', '8.17']

steps:
- uses: actions/checkout@v4
Expand All @@ -28,8 +28,7 @@ jobs:
- name: Install deps
run: |
npm install --prefix .github/download-artifacts
npm install --prefix compiler
npm install --prefix typescript-generator
make setup

- name: Download artifacts
run: |
Expand All @@ -53,12 +52,3 @@ jobs:
delete-branch: true
reviewers: Anaethelion,ezimuel,flobernd,JoshMock,l-trotta,miguelgrinberg,picandocodigo,pquentin,swallez,technige
branch: automated/rest-api-spec-update-${{ matrix.branch }}

- name: Open an issue if the action fails
if: ${{ failure() }}
uses: nashmaniac/create-issue-action@v1.2
with:
title: rest-api-spec update failed
token: ${{ secrets.GITHUB_TOKEN }}
labels: bug
body: The rest-api-spec action is currently failing, see [here](https://github.com/elastic/elasticsearch-specification/actions/workflows/update-rest-api-json.yml).
Loading