Skip to content

Predictively updates the run IDs on State.state_details client-side #20188

Predictively updates the run IDs on State.state_details client-side

Predictively updates the run IDs on State.state_details client-side #20188

Workflow file for this run

name: Labeler
on: [pull_request]
permissions:
contents: read
jobs:
label:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/labeler@v5
with:
repo-token: "${{ github.token }}"