Skip to content

DEBUG-2334 Use :return/:b_return trace points to target 'end' line of methods and blocks with line probes #6616

DEBUG-2334 Use :return/:b_return trace points to target 'end' line of methods and blocks with line probes

DEBUG-2334 Use :return/:b_return trace points to target 'end' line of methods and blocks with line probes #6616

name: "Pull Request Labeler"
on:
- pull_request_target
jobs:
triage:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"