Skip to content

Commit

Permalink
Merge pull request #36 from v1v/feature/support-github-labels
Browse files Browse the repository at this point in the history
feat(labels): customise the GitHub labels
  • Loading branch information
olblak authored Sep 16, 2024
2 parents ed93b45 + d290cdc commit e19fb98
Show file tree
Hide file tree
Showing 123 changed files with 384 additions and 75 deletions.
4 changes: 4 additions & 0 deletions updatecli/policies/autodiscovery/cargo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.6.0

* Configure Pull Request GitHub labels using `labels`.

## 0.5.0

* Allow to opt out `scm.email`.
Expand Down
2 changes: 1 addition & 1 deletion updatecli/policies/autodiscovery/cargo/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/autodiscovery/cargo/README.md"
changelog: "https://github.com/updatecli/policies/tree/main/updatecli/policies/autodiscovery/cargo/CHANGELOG.md"
source: "https://github.com/updatecli/policies/tree/main/updatecli/policies/autodiscovery/cargo/"
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 @@ -46,7 +46,11 @@ actions:
scmid: "default"
spec:
automerge: {{ .automerge }}
# {{ if .labels }}
labels:
- dependencies
# {{ range .labels }}
- {{ . }}
# {{ end }}
# {{ end }}
{{ end }}

2 changes: 2 additions & 0 deletions updatecli/policies/autodiscovery/cargo/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: "deps(cargo): bump all policies"

# pipelineid: cargo/autodiscovery
automerge: false
labels:
- dependencies

scm:
enabled: false
Expand Down
4 changes: 4 additions & 0 deletions updatecli/policies/autodiscovery/dockercompose/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.6.0

* Configure Pull Request GitHub labels using `labels`.

## 0.5.0

* Allow to opt out `scm.email`.
Expand Down
2 changes: 1 addition & 1 deletion updatecli/policies/autodiscovery/dockercompose/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/autodiscovery/dockercompose/README.md"
changelog: "https://github.com/updatecli/policies/tree/main/updatecli/policies/autodiscovery/dockercompose/CHANGELOG.md"
source: "https://github.com/updatecli/policies/tree/main/updatecli/policies/autodiscovery/dockercompose/"
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 @@ -46,7 +46,11 @@ actions:
scmid: "default"
spec:
automerge: {{ .automerge }}
# {{ if .labels }}
labels:
- dependencies
# {{ range .labels }}
- {{ . }}
# {{ end }}
# {{ end }}
{{ end }}

2 changes: 2 additions & 0 deletions updatecli/policies/autodiscovery/dockercompose/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: "deps(dockercompose): bump dependencies"
# pipelineid: dockercompose/autodiscovery
automerge: false
labels:
- dependencies

scm:
enabled: false
Expand Down
4 changes: 4 additions & 0 deletions updatecli/policies/autodiscovery/dockerfile/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.6.0

* Configure Pull Request GitHub labels using `labels`.

## 0.5.0

* Allow to opt out `scm.email`.
Expand Down
2 changes: 1 addition & 1 deletion updatecli/policies/autodiscovery/dockerfile/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/autodiscovery/dockerfile/README.md"
changelog: "https://github.com/updatecli/policies/tree/main/updatecli/policies/autodiscovery/dockerfile/CHANGELOG.md"
source: "https://github.com/updatecli/policies/tree/main/updatecli/policies/autodiscovery/dockerfile/"
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 @@ -46,7 +46,11 @@ actions:
scmid: "default"
spec:
automerge: {{ .automerge }}
# {{ if .labels }}
labels:
- dependencies
# {{ range .labels }}
- {{ . }}
# {{ end }}
# {{ end }}
{{ end }}

2 changes: 2 additions & 0 deletions updatecli/policies/autodiscovery/dockerfile/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: "deps(dockerfile): bump all dependencies"
#pipelineid: dockerfile/autodiscovery
automerge: false
labels:
- dependencies

scm:
enabled: false
Expand Down
4 changes: 4 additions & 0 deletions updatecli/policies/autodiscovery/flux/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.6.0

* Configure Pull Request GitHub labels using `labels`.

## 0.5.0

* Allow to opt out `scm.email`.
Expand Down
2 changes: 1 addition & 1 deletion updatecli/policies/autodiscovery/flux/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/autodiscovery/flux/README.md"
changelog: "https://github.com/updatecli/policies/tree/main/updatecli/policies/autodiscovery/flux/CHANGELOG.md"
source: "https://github.com/updatecli/policies/tree/main/updatecli/policies/autodiscovery/flux/"
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 @@ -46,7 +46,11 @@ actions:
scmid: "default"
spec:
automerge: {{ .automerge }}
# {{ if .labels }}
labels:
- dependencies
# {{ range .labels }}
- {{ . }}
# {{ end }}
# {{ end }}
{{ end }}

2 changes: 2 additions & 0 deletions updatecli/policies/autodiscovery/flux/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: "deps(flux): bump all dependencies"
#pipelineid: flux/autodiscovery
automerge: false
labels:
- dependencies

scm:
enabled: false
Expand Down
4 changes: 4 additions & 0 deletions updatecli/policies/autodiscovery/golang/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.10.0

* Configure Pull Request GitHub labels using `labels`.

## 0.9.0

* Allow to opt out `scm.email`.
Expand Down
2 changes: 1 addition & 1 deletion updatecli/policies/autodiscovery/golang/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/autodiscovery/golang/README.md"
changelog: "https://github.com/updatecli/policies/tree/main/updatecli/policies/autodiscovery/golang/CHANGELOG.md"
source: "https://github.com/updatecli/policies/tree/main/updatecli/policies/autodiscovery/golang/"
version: 0.9.0
version: 0.10.0
vendor: Updatecli Project

licenses:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,11 @@ actions:
scmid: "default"
spec:
automerge: {{ .automerge }}
# {{ if .labels }}
labels:
- dependencies
# {{ range .labels }}
- {{ . }}
# {{ end }}
# {{ end }}
{{ end }}

2 changes: 2 additions & 0 deletions updatecli/policies/autodiscovery/golang/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: 'deps(golang): Bump all dependencies'
#pipelineid: golang/autodiscovery
automerge: false
labels:
- dependencies

scm:
enabled: false
Expand Down
4 changes: 4 additions & 0 deletions updatecli/policies/autodiscovery/helm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.6.0

* Configure Pull Request GitHub labels using `labels`.

## 0.5.0

* Allow to opt out `scm.email`.
Expand Down
2 changes: 1 addition & 1 deletion updatecli/policies/autodiscovery/helm/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/autodiscovery/helm/README.md"
changelog: "https://github.com/updatecli/policies/tree/main/updatecli/policies/autodiscovery/helm/CHANGELOG.md"
source: "https://github.com/updatecli/policies/tree/main/updatecli/policies/autodiscovery/helm/"
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 @@ -46,7 +46,11 @@ actions:
scmid: "default"
spec:
automerge: {{ .automerge }}
# {{ if .labels }}
labels:
- dependencies
# {{ range .labels }}
- {{ . }}
# {{ end }}
# {{ end }}
{{ end }}

2 changes: 2 additions & 0 deletions updatecli/policies/autodiscovery/helm/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: "deps(helm): bump all dependencies"
#pipelineid: helm/autodiscovery
automerge: false
labels:
- dependencies

scm:
enabled: false
Expand Down
4 changes: 4 additions & 0 deletions updatecli/policies/autodiscovery/helmfile/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.6.0

* Configure Pull Request GitHub labels using `labels`.

## 0.5.0

* Allow to opt out `scm.email`.
Expand Down
2 changes: 1 addition & 1 deletion updatecli/policies/autodiscovery/helmfile/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/autodiscovery/helmfile/README.md"
changelog: "https://github.com/updatecli/policies/tree/main/updatecli/policies/autodiscovery/helmfile/CHANGELOG.md"
source: "https://github.com/updatecli/policies/tree/main/updatecli/policies/autodiscovery/helmfile/"
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 @@ -46,7 +46,11 @@ actions:
scmid: "default"
spec:
automerge: {{ .automerge }}
# {{ if .labels }}
labels:
- dependencies
# {{ range .labels }}
- {{ . }}
# {{ end }}
# {{ end }}
{{ end }}

2 changes: 2 additions & 0 deletions updatecli/policies/autodiscovery/helmfile/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name : "deps(helmfile): bump all dependencies"
#pipelineid: helmfile/autodiscovery
automerge: false
labels:
- dependencies

scm:
enabled: false
Expand Down
4 changes: 4 additions & 0 deletions updatecli/policies/autodiscovery/ko/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.6.0

* Configure Pull Request GitHub labels using `labels`.

## 0.5.0

* Allow to opt out `scm.email`.
Expand Down
2 changes: 1 addition & 1 deletion updatecli/policies/autodiscovery/ko/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/autodiscovery/ko/README.md"
changelog: "https://github.com/updatecli/policies/tree/main/updatecli/policies/autodiscovery/ko/CHANGELOG.md"
source: "https://github.com/updatecli/policies/tree/main/updatecli/policies/autodiscovery/ko/"
version: 0.5.0
version: 0.6.0
vendor: Updatecli Project

licenses:
Expand Down
6 changes: 5 additions & 1 deletion updatecli/policies/autodiscovery/ko/updatecli.d/default.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,11 @@ actions:
scmid: "default"
spec:
automerge: {{ .automerge }}
# {{ if .labels }}
labels:
- dependencies
# {{ range .labels }}
- {{ . }}
# {{ end }}
# {{ end }}
{{ end }}

2 changes: 2 additions & 0 deletions updatecli/policies/autodiscovery/ko/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: "deps(ko): bump all dependencies"
#pipelineid: ko/autodiscovery
automerge: false
labels:
- dependencies

scm:
enabled: false
Expand Down
4 changes: 4 additions & 0 deletions updatecli/policies/autodiscovery/kubernetes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.6.0

* Configure Pull Request GitHub labels using `labels`.

## 0.5.0

* Allow to opt out `scm.email`.
Expand Down
2 changes: 1 addition & 1 deletion updatecli/policies/autodiscovery/kubernetes/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/autodiscovery/kubernetes/README.md"
changelog: "https://github.com/updatecli/policies/tree/main/updatecli/policies/autodiscovery/kubernetes/CHANGELOG.md"
source: "https://github.com/updatecli/policies/tree/main/updatecli/policies/autodiscovery/kubernetes/"
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 @@ -46,7 +46,11 @@ actions:
scmid: "default"
spec:
automerge: {{ .automerge }}
# {{ if .labels }}
labels:
- dependencies
# {{ range .labels }}
- {{ . }}
# {{ end }}
# {{ end }}
{{ end }}

2 changes: 2 additions & 0 deletions updatecli/policies/autodiscovery/kubernetes/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: "deps(kubernetes): bump all dependencies"
#pipelineid: kubernetes/autodiscovery
automerge: false
labels:
- dependencies

scm:
enabled: false
Expand Down
4 changes: 4 additions & 0 deletions updatecli/policies/autodiscovery/maven/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.6.0

* Configure Pull Request GitHub labels using `labels`.

## 0.5.0

* Allow to opt out `scm.email`.
Expand Down
2 changes: 1 addition & 1 deletion updatecli/policies/autodiscovery/maven/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/autodiscovery/maven/README.md"
changelog: "https://github.com/updatecli/policies/tree/main/updatecli/policies/autodiscovery/maven/CHANGELOG.md"
source: "https://github.com/updatecli/policies/tree/main/updatecli/policies/autodiscovery/maven/"
version: 0.5.0
version: 0.6.0
vendor: Updatecli Project

licenses:
Expand Down
Loading

0 comments on commit e19fb98

Please sign in to comment.