Finalizing Patching End 2 End (#8906)

Co-authored-by: gemini-cli-robot <gemini-cli-robot@google.com>
This commit is contained in:
matt korwel
2025-09-19 05:39:38 -07:00
committed by GitHub
parent f371ecb948
commit 23467cdbdb
3 changed files with 165 additions and 42 deletions

View File

@@ -27,6 +27,11 @@ on:
required: false
type: 'boolean'
default: false
force_skip_tests:
description: 'Select to skip the "Run Tests" step in testing. Prod releases should run tests'
required: false
type: 'boolean'
default: false
jobs:
trigger-patch-release:
@@ -34,7 +39,7 @@ jobs:
runs-on: 'ubuntu-latest'
permissions:
actions: 'write'
contents: 'read'
contents: 'write'
pull-requests: 'write'
steps:
- name: 'Checkout'
@@ -62,5 +67,6 @@ jobs:
GITHUB_REPOSITORY_NAME: '${{ github.event.repository.name }}'
GITHUB_EVENT_NAME: '${{ github.event_name }}'
GITHUB_EVENT_PAYLOAD: '${{ toJSON(github.event) }}'
FORCE_SKIP_TESTS: '${{ github.event.inputs.force_skip_tests }}'
run: |
node scripts/releasing/patch-trigger.js