Skip to content

Commit

Permalink
Add ci label to auto k8s update PRs (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtomlinson authored Apr 19, 2024
1 parent 68cecf6 commit ff1e3c9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/update-kubernetes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:
title: "Update Kubernetes versions"
reviewers: "jacobtomlinson"
token: "${{ secrets.BOT_TOKEN }}"
labels: "automerge"
labels: |
automerge
ci
branch: "upgrade-k8s-version"
body: |
A new Kubernetes version has been detected.
Expand Down

0 comments on commit ff1e3c9

Please sign in to comment.