Skip to content

Commit

Permalink
fix(npm/netlify): don't set action title (#9)
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Vernin <[email protected]>
  • Loading branch information
olblak authored Nov 16, 2023
1 parent 1a67cd6 commit 82c9fae
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
10 changes: 7 additions & 3 deletions updatecli/policies/npm/netlify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
# Changelog

## 0.4.0

# 0.3.0
* Cleaning testdata
* Don't set default action title as it should already be inherited from the configuration name

## 0.3.0

* Swap default order for scm configuration to use environment variable if nothing else is defined

# 0.2.0
## 0.2.0

* Don't try to detect scm branch

# 0.1.0
## 0.1.0

Introduce a new version of the policy
2 changes: 1 addition & 1 deletion updatecli/policies/npm/netlify/Policy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors:
url: "https://github.com/updatecli/policies/"
documentation: "https://github.com/updatecli/policies/tree/main/updatecli/policies/npm/netlify/README.md"
source: "https://github.com/updatecli/policies/tree/main/updatecli/policies/npm/netlify/"
version: 0.3.0
version: 0.4.0
vendor: Updatecli Project

licenses:
Expand Down
3 changes: 0 additions & 3 deletions updatecli/policies/npm/netlify/testdata/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
pipelineid: nodejs
automerge: false

scm:
enabled: true
user: updatecli-bot
Expand Down
1 change: 0 additions & 1 deletion updatecli/policies/npm/netlify/updatecli.d/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ pipelineid: '{{ .pipelineid }}'
# {{ if or (.scm.enabled) (env "GITHUB_REPOSITORY") }}
actions:
default:
title: 'deps: bump npm to {{ source "npm" }}'
kind: "github/pullrequest"
spec:
automerge: {{ .automerge }}
Expand Down

0 comments on commit 82c9fae

Please sign in to comment.