Synchronize common files from prometheus/prometheus (#2447)

Signed-off-by: prombot <prometheus-team@googlegroups.com>
This commit is contained in:
PrometheusBot
2026-07-18 22:00:02 +02:00
committed by GitHub
parent e507ce1ba5
commit b2770ed130

View File

@@ -15,13 +15,13 @@ jobs:
if: >-
github.event.issue.pull_request &&
github.event.comment.body == '/workflow-approve' &&
github.repository_owner == 'prometheus'
(github.repository_owner == 'prometheus' || github.repository_owner == 'prometheus-community')
runs-on: ubuntu-latest
permissions:
actions: write
contents: read
pull-requests: write
steps:
- uses: prometheus/promci/approve_workflows@370e8c15dcec50043cbe66f2f34633d9efc0a190
- uses: prometheus/promci/approve_workflows@370e8c15dcec50043cbe66f2f34633d9efc0a190 # v0.9.0
with:
github_token: ${{ github.token }}