mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-09-07 14:41:25 +02:00
Synchronize common files from prometheus/prometheus (#2443)
Signed-off-by: prombot <prometheus-team@googlegroups.com>
This commit is contained in:
27
.github/workflows/approve-workflows.yml
vendored
Normal file
27
.github/workflows/approve-workflows.yml
vendored
Normal 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 }}
|
||||
3
.github/workflows/container_description.yml
vendored
3
.github/workflows/container_description.yml
vendored
@@ -1,4 +1,7 @@
|
||||
---
|
||||
###
|
||||
# This action is synced from https://github.com/prometheus/prometheus
|
||||
###
|
||||
name: Push README to Docker Hub
|
||||
on:
|
||||
push:
|
||||
|
||||
3
.github/workflows/govulncheck.yml
vendored
3
.github/workflows/govulncheck.yml
vendored
@@ -1,4 +1,7 @@
|
||||
---
|
||||
###
|
||||
# This action is synced from https://github.com/prometheus/prometheus
|
||||
###
|
||||
name: govulncheck
|
||||
on:
|
||||
pull_request:
|
||||
|
||||
3
.github/workflows/stale.yml
vendored
3
.github/workflows/stale.yml
vendored
@@ -1,3 +1,6 @@
|
||||
###
|
||||
# This action is synced from https://github.com/prometheus/prometheus
|
||||
###
|
||||
name: Stale Check
|
||||
on:
|
||||
workflow_dispatch: {}
|
||||
|
||||
Reference in New Issue
Block a user