diff --git a/.github/workflows/update-rest-api-json.yml b/.github/workflows/update-rest-api-json.yml index c4c4f97dda..bdb264d391 100644 --- a/.github/workflows/update-rest-api-json.yml +++ b/.github/workflows/update-rest-api-json.yml @@ -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: @@ -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 }} @@ -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). -