Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 4 additions & 0 deletions updatecli/policies/updatecli/githubaction/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.6.0

* Update default pipelineid to avoid git branch conflict

## 0.5.0

! Require Updatecli 0.103.0 or later
Expand Down
2 changes: 1 addition & 1 deletion updatecli/policies/updatecli/githubaction/Policy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ url: "https://github.com/updatecli/policies/"
documentation: "https://github.com/updatecli/policies/tree/main/updatecli/policies/updatecli/githubaction/README.md"
changelog: "https://github.com/updatecli/policies/tree/main/updatecli/policies/updatecli/githubaction/CHANGELOG.md"
source: "https://github.com/updatecli/policies/tree/main/updatecli/policies/updatecli/githubaction/"
version: 0.5.0
version: 0.6.0
vendor: Updatecli Project

licenses:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ actions:
# {{ if .labels }}
labels:
# {{ range .labels }}
- ' {{ . }}'
- '{{ . }}'
# {{ end }}
# {{ end }}
mergemethod: "squash"
Expand Down
6 changes: 3 additions & 3 deletions updatecli/policies/updatecli/githubaction/values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pipelineid: updatecli
pipelineid: updatecli_gha
automerge: false
labels:
- "chore"
Expand All @@ -22,7 +22,7 @@ versionpattern: "*"

## The Github settings is used to retrieve the latest NodeJS version
github:
#token: ""
# token: ""
env_token: "GITHUB_TOKEN"
#username: ""
# username: ""
env_username: "GITHUB_ACTOR"