mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-12 21:03:05 -07:00
more patching (#8787)
This commit is contained in:
@@ -149,3 +149,12 @@ runs:
|
|||||||
--title "Release ${{ inputs.release-tag }}" \
|
--title "Release ${{ inputs.release-tag }}" \
|
||||||
--notes-start-tag "${{ inputs.previous-tag }}" \
|
--notes-start-tag "${{ inputs.previous-tag }}" \
|
||||||
--generate-notes
|
--generate-notes
|
||||||
|
|
||||||
|
- name: '🧹 Clean up release branch'
|
||||||
|
working-directory: '${{ inputs.working-directory }}'
|
||||||
|
if: "${{ inputs.dry-run == 'false' }}"
|
||||||
|
continue-on-error: true
|
||||||
|
shell: 'bash'
|
||||||
|
run: |
|
||||||
|
echo "Cleaning up release branch ${{ steps.release_branch.outputs.BRANCH_NAME }}..."
|
||||||
|
git push origin --delete "${{ steps.release_branch.outputs.BRANCH_NAME }}"
|
||||||
|
|||||||
@@ -14,6 +14,11 @@ on:
|
|||||||
types: ['labeled']
|
types: ['labeled']
|
||||||
merge_group:
|
merge_group:
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: '${{ github.workflow }}-${{ github.head_ref || github.ref }}'
|
||||||
|
cancel-in-progress: |-
|
||||||
|
${{ github.ref != 'refs/heads/main' && !startsWith(github.ref, 'refs/heads/release/') }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
merge_queue_skipper:
|
merge_queue_skipper:
|
||||||
name: 'Merge Queue Skipper'
|
name: 'Merge Queue Skipper'
|
||||||
|
|||||||
@@ -87,4 +87,5 @@ jobs:
|
|||||||
REPOSITORY: '${{ github.repository }}'
|
REPOSITORY: '${{ github.repository }}'
|
||||||
GITHUB_RUN_ID: '${{ github.run_id }}'
|
GITHUB_RUN_ID: '${{ github.run_id }}'
|
||||||
run: |
|
run: |
|
||||||
|
git checkout '${{ github.event.inputs.ref }}'
|
||||||
node scripts/releasing/patch-create-comment.js
|
node scripts/releasing/patch-create-comment.js
|
||||||
|
|||||||
@@ -49,3 +49,6 @@ packages/vscode-ide-companion/*.vsix
|
|||||||
|
|
||||||
# GHA credentials
|
# GHA credentials
|
||||||
gha-creds-*.json
|
gha-creds-*.json
|
||||||
|
|
||||||
|
# Log files
|
||||||
|
patch_output.log
|
||||||
|
|||||||
Reference in New Issue
Block a user