File tree Expand file tree Collapse file tree 4 files changed +18
-0
lines changed
Expand file tree Collapse file tree 4 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -149,3 +149,12 @@ runs:
149149 --title "Release ${{ inputs.release-tag }}" \
150150 --notes-start-tag "${{ inputs.previous-tag }}" \
151151 --generate-notes
152+
153+ - name : ' 🧹 Clean up release branch'
154+ working-directory : ' ${{ inputs.working-directory }}'
155+ if : " ${{ inputs.dry-run == 'false' }}"
156+ continue-on-error : true
157+ shell : ' bash'
158+ run : |
159+ echo "Cleaning up release branch ${{ steps.release_branch.outputs.BRANCH_NAME }}..."
160+ git push origin --delete "${{ steps.release_branch.outputs.BRANCH_NAME }}"
Original file line number Diff line number Diff line change 1414 types : ['labeled']
1515 merge_group :
1616
17+ concurrency :
18+ group : ' ${{ github.workflow }}-${{ github.head_ref || github.ref }}'
19+ cancel-in-progress : |-
20+ ${{ github.ref != 'refs/heads/main' && !startsWith(github.ref, 'refs/heads/release/') }}
21+
1722jobs :
1823 merge_queue_skipper :
1924 name : ' Merge Queue Skipper'
Original file line number Diff line number Diff line change 8787 REPOSITORY : ' ${{ github.repository }}'
8888 GITHUB_RUN_ID : ' ${{ github.run_id }}'
8989 run : |
90+ git checkout '${{ github.event.inputs.ref }}'
9091 node scripts/releasing/patch-create-comment.js
Original file line number Diff line number Diff line change @@ -49,3 +49,6 @@ packages/vscode-ide-companion/*.vsix
4949
5050# GHA credentials
5151gha-creds- * .json
52+
53+ # Log files
54+ patch_output.log
You can’t perform that action at this time.
0 commit comments