Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(labels): customise the GitHub labels #36

Merged
merged 4 commits into from
Sep 16, 2024
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/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