Skip to content
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
5 changes: 2 additions & 3 deletions .github/workflows/update-rest-api-json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Update rest-api-spec
on:
workflow_dispatch:
schedule:
- cron: '0 4 * * *' # At 04:00.
- cron: '0 4 * * *' # At 04:00.

jobs:
update-rest-api:
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
title: Update rest-api-spec ${{ matrix.branch }}
body: 'As titled.'
commit-message: 'Update rest-api-spec'
labels: specification
labels: specification,skip-backport
delete-branch: true
reviewers: Anaethelion,ezimuel,flobernd,JoshMock,l-trotta,miguelgrinberg,picandocodigo,pquentin,swallez,technige
branch: automated/rest-api-spec-update-${{ matrix.branch }}
Expand All @@ -62,4 +62,3 @@ jobs:
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).