Skip to content

Commit 8befd60

Browse files
committed
Update common Prometheus files
Signed-off-by: prombot <prometheus-team@googlegroups.com>
1 parent 75603d7 commit 8befd60

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/approve-workflows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ jobs:
1515
if: >-
1616
github.event.issue.pull_request &&
1717
github.event.comment.body == '/workflow-approve' &&
18-
github.repository_owner == 'prometheus'
18+
(github.repository_owner == 'prometheus' || github.repository_owner == 'prometheus-community')
1919
runs-on: ubuntu-latest
2020
permissions:
2121
actions: write
2222
contents: read
2323
pull-requests: write
2424
steps:
25-
- uses: prometheus/promci/approve_workflows@370e8c15dcec50043cbe66f2f34633d9efc0a190
25+
- uses: prometheus/promci/approve_workflows@370e8c15dcec50043cbe66f2f34633d9efc0a190 # v0.9.0
2626
with:
2727
github_token: ${{ github.token }}

0 commit comments

Comments
 (0)