File tree 4 files changed +11
-10
lines changed
4 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -36,11 +36,12 @@ version-resolver:
36
36
minor :
37
37
labels :
38
38
- " enhancement"
39
- - " fix "
39
+ - " feature "
40
40
- " minor"
41
41
patch :
42
42
labels :
43
43
- " documentation"
44
+ - " fix"
44
45
- " maintenance"
45
46
- " patch"
46
47
default : patch
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ permissions:
9
9
jobs :
10
10
main :
11
11
permissions :
12
- contents : write
12
+ contents : read
13
13
pull-requests : write
14
- uses : github/ospo-reusable-workflows/.github/workflows/auto-labeler.yaml@1406afbf7a795f706f04644059cecbb3b2f0c1a0
14
+ uses : github/ospo-reusable-workflows/.github/workflows/auto-labeler.yaml@6a0a6d0de2227f9d5d11af90a87b2e2fd6b5463d
15
15
with :
16
16
config-name : release-drafter.yml
17
17
secrets :
Original file line number Diff line number Diff line change 12
12
contents : read
13
13
pull-requests : read
14
14
statuses : write
15
- uses : github/ospo-reusable-workflows/.github/workflows/pr-title.yaml@1406afbf7a795f706f04644059cecbb3b2f0c1a0
15
+ uses : github/ospo-reusable-workflows/.github/workflows/pr-title.yaml@6a0a6d0de2227f9d5d11af90a87b2e2fd6b5463d
16
16
secrets :
17
17
github-token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 12
12
permissions :
13
13
contents : write
14
14
pull-requests : read
15
- uses : github/ospo-reusable-workflows/.github/workflows/release.yaml@53a9c808122ffaae9af948f72139fb4bd44ab74c
15
+ uses : github/ospo-reusable-workflows/.github/workflows/release.yaml@6a0a6d0de2227f9d5d11af90a87b2e2fd6b5463d
16
16
with :
17
17
publish : true
18
18
release-config-name : release-drafter.yml
@@ -21,11 +21,11 @@ jobs:
21
21
release_image :
22
22
needs : release
23
23
permissions :
24
- contents : write
25
- discussions : write
24
+ contents : read
26
25
packages : write
27
- pull-requests : read
28
- uses : github/ospo-reusable-workflows/.github/workflows/release-image.yaml@53a9c808122ffaae9af948f72139fb4bd44ab74c
26
+ id-token : write
27
+ attestations : write
28
+ uses : github/ospo-reusable-workflows/.github/workflows/release-image.yaml@6a0a6d0de2227f9d5d11af90a87b2e2fd6b5463d
29
29
with :
30
30
image-name : ${{ github.repository }}
31
31
full-tag : ${{ needs.release.outputs.full-tag }}
40
40
permissions :
41
41
contents : read
42
42
discussions : write
43
- uses : github/ospo-reusable-workflows/.github/workflows/release-discussion.yaml@53a9c808122ffaae9af948f72139fb4bd44ab74c
43
+ uses : github/ospo-reusable-workflows/.github/workflows/release-discussion.yaml@6a0a6d0de2227f9d5d11af90a87b2e2fd6b5463d
44
44
with :
45
45
full-tag : ${{ needs.release.outputs.full-tag }}
46
46
body : ${{ needs.release.outputs.body }}
You can’t perform that action at this time.
0 commit comments