Merge pull request #16024 from spowelljr/removeTestLabel

CI: remove ok-to-test labels
pull/16034/head
Medya Ghazizadeh 2023-03-10 16:27:42 -08:00 committed by GitHub
commit 78cb4bff28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 0 additions and 11 deletions

View File

@ -5,11 +5,7 @@ updates:
directory: "/" directory: "/"
schedule: schedule:
interval: "weekly" interval: "weekly"
labels:
- "ok-to-test"
- package-ecosystem: "github-actions" - package-ecosystem: "github-actions"
directory: "/" directory: "/"
schedule: schedule:
interval: "weekly" interval: "weekly"
labels:
- "ok-to-test"

View File

@ -41,7 +41,6 @@ jobs:
base: master base: master
delete-branch: true delete-branch: true
title: 'bump docsy version' title: 'bump docsy version'
labels: ok-to-test
body: | body: |
Docsy project released a [new version](https://github.com/google/docsy/releases), Docsy project released a [new version](https://github.com/google/docsy/releases),

View File

@ -41,7 +41,6 @@ jobs:
base: master base: master
delete-branch: true delete-branch: true
title: 'bump gh version' title: 'bump gh version'
labels: ok-to-test
body: | body: |
gh project released a [new version](https://github.com/cli/cli/releases), gh project released a [new version](https://github.com/cli/cli/releases),

View File

@ -41,7 +41,6 @@ jobs:
base: master base: master
delete-branch: true delete-branch: true
title: 'bump golint version' title: 'bump golint version'
labels: ok-to-test
body: | body: |
Golangci-lint Project released a [new version](https://github.com/golangci/golangci-lint/releases), Golangci-lint Project released a [new version](https://github.com/golangci/golangci-lint/releases),

View File

@ -41,7 +41,6 @@ jobs:
base: master base: master
delete-branch: true delete-branch: true
title: 'bump gopogh version' title: 'bump gopogh version'
labels: ok-to-test
body: | body: |
Gopogh Project released a [new version](https://github.com/medyagh/gopogh/releases), Gopogh Project released a [new version](https://github.com/medyagh/gopogh/releases),

View File

@ -41,7 +41,6 @@ jobs:
base: master base: master
delete-branch: true delete-branch: true
title: 'bump gotestsum version' title: 'bump gotestsum version'
labels: ok-to-test
body: | body: |
Gotestsum Project released a [new version](https://github.com/gotestyourself/gotestsum/releases), Gotestsum Project released a [new version](https://github.com/gotestyourself/gotestsum/releases),

View File

@ -41,7 +41,6 @@ jobs:
base: master base: master
delete-branch: true delete-branch: true
title: 'bump hugo version' title: 'bump hugo version'
labels: ok-to-test
body: | body: |
Hugo project released a [new version](https://github.com/gohugoio/hugo/releases), Hugo project released a [new version](https://github.com/gohugoio/hugo/releases),

View File

@ -44,7 +44,6 @@ jobs:
base: master base: master
delete-branch: true delete-branch: true
title: 'Bump kubeadm constants for kubernetes images' title: 'Bump kubeadm constants for kubernetes images'
labels: ok-to-test
body: | body: |
This PR was auto-generated by `make update-kubeadm-constants` using [update-kubeadm-constants.yml](https://github.com/kubernetes/minikube/tree/master/.github/workflows/update-kubeadm-constants.yml) CI Workflow. This PR was auto-generated by `make update-kubeadm-constants` using [update-kubeadm-constants.yml](https://github.com/kubernetes/minikube/tree/master/.github/workflows/update-kubeadm-constants.yml) CI Workflow.
Please only merge if all the tests pass. Please only merge if all the tests pass.