File tree Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ updates:
1010 schedule :
1111 interval : " daily"
1212 open-pull-requests-limit : 10
13+
1314 - package-ecosystem : " github-actions"
1415 directory : " /"
1516 schedule :
Original file line number Diff line number Diff line change 11# https://github.com/googleapis/release-please-action
2- name : release-please
2+ # https://github.com/marketplace/actions/ release-please-action
33
44on :
55 push :
66 branches :
77 - main
88
99permissions :
10- issues : write
1110 contents : write
11+ issues : write
1212 pull-requests : write
1313
14+ name : release-please
15+
1416jobs :
1517 release-please :
1618 if : github.actor != 'github-actions[bot]'
17- runs-on : ${{ matrix.os }}
18- strategy :
19- matrix :
20- os : [ubuntu-latest]
21- # https://nodejs.org/en/about/releases/
22- node-version : [20]
19+ runs-on : ubuntu-latest
2320 timeout-minutes : 8
2421
2522 steps :
26- - uses : googleapis/release-please-action@v4
23+ - name : release-please-action
24+ uses :
googleapis/[email protected] 2725 with :
2826 token : ${{ secrets.GITHUB_TOKEN }}
2927 release-type : node
30- versioning-strategy : auto
31- changelog-path : CHANGELOG.md
28+ # versioning-strategy: auto
29+ # changelog-path: CHANGELOG.md
You can’t perform that action at this time.
0 commit comments