mirror of
https://github.com/prometheus-operator/kube-prometheus.git
synced 2025-11-01 16:41:02 +01:00
Merge pull request #1606 from paulfantom/revert-1598
This commit is contained in:
commit
85de14dd8d
7
.github/workflows/versions.yaml
vendored
7
.github/workflows/versions.yaml
vendored
@ -45,7 +45,6 @@ jobs:
|
||||
fi
|
||||
- name: Create Pull Request
|
||||
uses: peter-evans/create-pull-request@v3
|
||||
id: cpr
|
||||
with:
|
||||
commit-message: "[bot] [${{ matrix.branch }}] Automated version update"
|
||||
title: "[bot] [${{ matrix.branch }}] Automated version update"
|
||||
@ -78,9 +77,3 @@ jobs:
|
||||
# GITHUB_TOKEN cannot be used as it won't trigger CI in a created PR
|
||||
# More in https://github.com/peter-evans/create-pull-request/issues/155
|
||||
token: ${{ secrets.PROM_OP_BOT_PAT }}
|
||||
|
||||
- name: Enable auto-merge
|
||||
uses: peter-evans/enable-pull-request-automerge@v1
|
||||
with:
|
||||
token: ${{ secrets.PROM_OP_BOT_PAT }}
|
||||
pull-request-number: ${{ steps.cpr.outputs.pull-request-number }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user