Skip to content

Commit 797e97e

Browse files
authored
Add skip-backport label to update PRs (#3998)
1 parent 331583c commit 797e97e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/update-rest-api-json.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Update rest-api-spec
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: '0 4 * * *' # At 04:00.
6+
- cron: '0 4 * * *' # At 04:00.
77

88
jobs:
99
update-rest-api:
@@ -49,7 +49,7 @@ jobs:
4949
title: Update rest-api-spec ${{ matrix.branch }}
5050
body: 'As titled.'
5151
commit-message: 'Update rest-api-spec'
52-
labels: specification
52+
labels: specification,skip-backport
5353
delete-branch: true
5454
reviewers: Anaethelion,ezimuel,flobernd,JoshMock,l-trotta,miguelgrinberg,picandocodigo,pquentin,swallez,technige
5555
branch: automated/rest-api-spec-update-${{ matrix.branch }}
@@ -62,4 +62,3 @@ jobs:
6262
token: ${{ secrets.GITHUB_TOKEN }}
6363
labels: bug
6464
body: The rest-api-spec action is currently failing, see [here](https://github.com/elastic/elasticsearch-specification/actions/workflows/update-rest-api-json.yml).
65-

0 commit comments

Comments
 (0)