Skip to content

Commit

Permalink
use the title for the PR
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Jan 16, 2024
1 parent e646d68 commit abb4c6f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ci/updatecli/updatecli.d/update-gherkin-specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ actions:
pr:
kind: "github/pullrequest"
scmid: default
name: '[Automation] Update Gherkin specs'
spec:
automerge: false
draft: false
Expand All @@ -70,6 +69,7 @@ actions:
*Changeset*
* {{ source "pull_request" }}
* https://github.com/elastic/apm/commit/{{ source "sha" }}
title: '[Automation] Update Gherkin specs'

targets:
agent-gherkin-specs:
Expand Down
2 changes: 1 addition & 1 deletion .ci/updatecli/updatecli.d/update-json-specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ actions:
pr:
kind: "github/pullrequest"
scmid: default
name: '[Automation] Update JSON specs'
spec:
automerge: false
draft: false
Expand All @@ -70,6 +69,7 @@ actions:
*Changeset*
* {{ source "pull_request" }}
* https://github.com/{{ .github.owner }}/{{ .github.apm_repository }}/commit/{{ source "sha" }}
title: '[Automation] Update JSON specs'

targets:
agent-json-specs:
Expand Down
2 changes: 1 addition & 1 deletion .ci/updatecli/updatecli.d/update-specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ actions:
kind: "github/pullrequest"
scmid: default
sourceid: sha
name: '[Automation] Update JSON schema specs'
spec:
automerge: false
draft: false
Expand All @@ -72,6 +71,7 @@ actions:
*Changeset*
* {{ source "pull_request" }}
* https://github.com/{{ .github.owner }}/{{ .github.apm_data_repository }}/commit/{{ source "sha" }}
title: '[Automation] Update JSON server schema specs'

targets:
agent-json-schema:
Expand Down

0 comments on commit abb4c6f

Please sign in to comment.