Skip to content

fix(kinetic): tunable direct-attempt budget; honest abort telemetry #1158

fix(kinetic): tunable direct-attempt budget; honest abort telemetry

fix(kinetic): tunable direct-attempt budget; honest abort telemetry #1158

Workflow file for this run

name: PR Metadata Summary
on:
pull_request:
types: [opened, synchronize, reopened]
branches: [main]
permissions:
contents: read
concurrency:
group: liminal-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
metadata-summary:
runs-on: blacksmith-2vcpu-ubuntu-2404
timeout-minutes: 5
steps:
- name: Informational PR summary
run: |
echo "Informational PR metadata summary. This is not an automated review gate."
echo "Required human review is enforced by GitHub branch protection PR review policy."
echo "PR Number: ${{ github.event.pull_request.number }}"
echo "Branch: ${{ github.head_ref }}"