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 02a4de7 commit bfd6442Copy full SHA for bfd6442
.github/workflows/approve_renovate_pr.yaml
@@ -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/[email protected]
14
+ permissions:
15
+ pull-requests: write # Needed to approve PR
0 commit comments