File tree Expand file tree Collapse file tree 1 file changed +21
-21
lines changed
Expand file tree Collapse file tree 1 file changed +21
-21
lines changed Original file line number Diff line number Diff line change @@ -81,24 +81,24 @@ jobs:
8181 repository : OpenTermsArchive/docs
8282 client-payload : ' {"version": "v${{ steps.release-changelog.outputs.version }}"}'
8383
84- clean_changelog :
85- if : github.event.pull_request.merged == true && needs.changelog.outputs.release-type == 'no-release'
86- needs : [ changelog ]
87- runs-on : ubuntu-latest
88- steps :
89- - uses : actions/checkout@v4
90- with :
91- token : ${{ secrets.RELEASE_BOT_GITHUB_TOKEN }}
92-
93- - name : Configure Git author
94- run : |
95- git config --global user.name "Open Terms Archive Release Bot"
96- git config --global user.email "[email protected] " 97-
98- - name : Update changelog for release
99- uses :
OpenTermsArchive/changelog-action/[email protected] 100-
101- - name : Save changelog
102- run : |
103- git commit -m "Clean changelog" CHANGELOG.md
104- git push origin
84+ # clean_changelog:
85+ # if: github.event.pull_request.merged == true && needs.changelog.outputs.release-type == 'no-release'
86+ # needs: [ changelog ]
87+ # runs-on: ubuntu-latest
88+ # steps:
89+ # - uses: actions/checkout@v4
90+ # with:
91+ # token: ${{ secrets.RELEASE_BOT_GITHUB_TOKEN }}
92+
93+ # - name: Configure Git author
94+ # run: |
95+ # git config --global user.name "Open Terms Archive Release Bot"
96+ # git config --global user.email "[email protected] " 97+
98+ # - name: Update changelog for release
99+ # uses: OpenTermsArchive/changelog-action/[email protected] 100+
101+ # - name: Save changelog
102+ # run: |
103+ # git commit -m "Clean changelog" CHANGELOG.md
104+ # git push origin
You can’t perform that action at this time.
0 commit comments