fix(kinetic): tunable direct-attempt budget; honest abort telemetry #1158
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 }}" |