Synchronize common files from prometheus/prometheus (#2443)

Signed-off-by: prombot <prometheus-team@googlegroups.com>
This commit is contained in:
PrometheusBot
2026-07-17 18:18:49 +02:00
committed by GitHub
parent a4a96d3e7c
commit b5fb6951fd
4 changed files with 36 additions and 0 deletions

27
.github/workflows/approve-workflows.yml vendored Normal file
View File

@@ -0,0 +1,27 @@
---
###
# This action is synced from https://github.com/prometheus/prometheus
###
name: Approve pending workflows
on:
issue_comment:
types: [created]
permissions: read-all
jobs:
approve:
if: >-
github.event.issue.pull_request &&
github.event.comment.body == '/workflow-approve' &&
github.repository_owner == 'prometheus'
runs-on: ubuntu-latest
permissions:
actions: write
contents: read
pull-requests: write
steps:
- uses: prometheus/promci/approve_workflows@370e8c15dcec50043cbe66f2f34633d9efc0a190
with:
github_token: ${{ github.token }}

View File

@@ -1,4 +1,7 @@
---
###
# This action is synced from https://github.com/prometheus/prometheus
###
name: Push README to Docker Hub
on:
push:

View File

@@ -1,4 +1,7 @@
---
###
# This action is synced from https://github.com/prometheus/prometheus
###
name: govulncheck
on:
pull_request:

View File

@@ -1,3 +1,6 @@
###
# This action is synced from https://github.com/prometheus/prometheus
###
name: Stale Check
on:
workflow_dispatch: {}