Merge pull request #1446 from paulfantom/prom-op-bot-owner

.github/workflows: automated commits should come from @prom-op-bot account
This commit is contained in:
Damien Grisonnet 2021-10-18 17:39:15 +02:00 committed by GitHub
commit af2bc1210d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

2
.github/env vendored Normal file
View File

@ -0,0 +1,2 @@
golang-version=1.16
kind-version=v0.11.1

View File

@ -70,6 +70,8 @@ jobs:
```
team-reviewers: kube-prometheus-reviewers
commiter: Prometheus Operator Bot <prom-op-bot@users.noreply.github.com>
author: Prometheus Operator Bot <prom-op-bot@users.noreply.github.com>
branch: automated-updates-${{ matrix.branch }}
delete-branch: true
# GITHUB_TOKEN cannot be used as it won't trigger CI in a created PR