Skip to content

Commit 7b51967

Browse files
authoredMar 17, 2025··
Reduce required approvals on Renovate pull requests by 1 (#628)
1 parent 487f2b9 commit 7b51967

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
 
+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Copyright 2025 Canonical Ltd.
2+
# See LICENSE file for licensing details.
3+
name: Approve Renovate pull request
4+
5+
on:
6+
pull_request:
7+
types:
8+
- opened
9+
10+
jobs:
11+
approve-pr:
12+
name: Approve Renovate pull request
13+
uses: canonical/data-platform-workflows/.github/workflows/approve_renovate_pr.yaml@v30.2.0
14+
permissions:
15+
pull-requests: write # Needed to approve PR

0 commit comments

Comments
 (0)
Please sign in to comment.