We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cefab34 commit a6bc2f6Copy full SHA for a6bc2f6
1 file changed
.github/workflows/approve-workflows.yml
@@ -15,13 +15,13 @@ jobs:
15
if: >-
16
github.event.issue.pull_request &&
17
github.event.comment.body == '/workflow-approve' &&
18
- github.repository_owner == 'prometheus'
+ (github.repository_owner == 'prometheus' || github.repository_owner == 'prometheus-community')
19
runs-on: ubuntu-latest
20
permissions:
21
actions: write
22
contents: read
23
pull-requests: write
24
steps:
25
- - uses: prometheus/promci/approve_workflows@370e8c15dcec50043cbe66f2f34633d9efc0a190
+ - uses: prometheus/promci/approve_workflows@370e8c15dcec50043cbe66f2f34633d9efc0a190 # v0.9.0
26
with:
27
github_token: ${{ github.token }}
0 commit comments