Switch drain_all
call to be called from new thread instead of event loop.
#25416
This file contains 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: Labeler | |
# see https://github.com/actions/labeler/issues/136#issuecomment-1357839196 | |
on: [pull_request_target] | |
permissions: | |
contents: read | |
jobs: | |
label: | |
runs-on: ubuntu-latest | |
permissions: | |
contents: read | |
pull-requests: write | |
steps: | |
- uses: actions/checkout@v4 | |
with: | |
persist-credentials: false | |
fetch-depth: 0 | |
- uses: actions/labeler@v5 | |
with: | |
repo-token: "${{ github.token }}" |