File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 10
10
jobs :
11
11
approve-pr :
12
12
name : Approve Renovate pull request
13
- uses : canonical/data-platform-workflows/.github/workflows/approve_renovate_pr.yaml@v31 .0.1
13
+ uses : canonical/data-platform-workflows/.github/workflows/approve_renovate_pr.yaml@v32 .0.0
14
14
permissions :
15
15
pull-requests : write # Needed to approve PR
Original file line number Diff line number Diff line change 15
15
jobs :
16
16
check-pr :
17
17
name : Check pull request
18
- uses : canonical/data-platform-workflows/.github/workflows/check_charm_pr.yaml@v31 .0.1
18
+ uses : canonical/data-platform-workflows/.github/workflows/check_charm_pr.yaml@v32 .0.0
Original file line number Diff line number Diff line change 55
55
56
56
build :
57
57
name : Build charm
58
- uses : canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v31 .0.1
58
+ uses : canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v32 .0.0
59
59
60
60
integration-test :
61
61
name : Integration test charm
Original file line number Diff line number Diff line change 25
25
jobs :
26
26
promote :
27
27
name : Promote charm
28
- uses : canonical/data-platform-workflows/.github/workflows/_promote_charm.yaml@v31 .0.1
28
+ uses : canonical/data-platform-workflows/.github/workflows/_promote_charm.yaml@v32 .0.0
29
29
with :
30
30
track : ' dpe'
31
31
from-risk : ${{ inputs.from-risk }}
Original file line number Diff line number Diff line change 1
1
# Copyright 2023 Canonical Ltd.
2
2
# See LICENSE file for licensing details.
3
- name : Release to Charmhub
3
+ name : Release to Charmhub edge
4
4
5
5
on :
6
6
push :
24
24
name : Release charm
25
25
needs :
26
26
- ci-tests
27
- uses : canonical/data-platform-workflows/.github/workflows/release_charm .yaml@v31 .0.1
27
+ uses : canonical/data-platform-workflows/.github/workflows/release_charm_edge .yaml@v32 .0.0
28
28
with :
29
- channel : dpe/edge
29
+ track : ' dpe'
30
30
artifact-prefix : ${{ needs.ci-tests.outputs.artifact-prefix }}
31
31
secrets :
32
32
charmhub-token : ${{ secrets.CHARMHUB_TOKEN }}
Original file line number Diff line number Diff line change 10
10
jobs :
11
11
sync-docs :
12
12
name : Sync docs from Discourse
13
- uses : canonical/data-platform-workflows/.github/workflows/sync_docs.yaml@v31 .0.1
13
+ uses : canonical/data-platform-workflows/.github/workflows/sync_docs.yaml@v32 .0.0
14
14
with :
15
15
reviewers : a-velasco
16
16
permissions :
You can’t perform that action at this time.
0 commit comments