Skip to content

Make marking completions as registered not to crash if a completion has been deleted before the marking has succeeded #1262

Make marking completions as registered not to crash if a completion has been deleted before the marking has succeeded

Make marking completions as registered not to crash if a completion has been deleted before the marking has succeeded #1262

Workflow file for this run

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