Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/generate-prs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: Generate PRs

# Surface the batch id in the run's display title so the SDK bot dashboard can
# identify THIS batch's run by name (run.display_title) instead of guessing by
# timestamp. Falls back to the plain workflow name for non-dispatch runs.
run-name: ${{ inputs.batch_id && format('Generate PRs (batch {0})', inputs.batch_id) || 'Generate PRs' }}

on:
# Batches are dispatched by the SDK bot
# via workflow_dispatch with an explicit `services` scope and `batch_id`.
Expand Down