Skip to content

Backport: Remove sendable checking from NIOLock and NIOLockedValueBox (#2968) #763

Backport: Remove sendable checking from NIOLock and NIOLockedValueBox (#2968)

Backport: Remove sendable checking from NIOLock and NIOLockedValueBox (#2968) #763

name: PR label
on:
pull_request:
types: [labeled, unlabeled, opened, reopened, synchronize]
jobs:
semver-label-check:
name: Semantic Version label check
runs-on: ubuntu-latest
timeout-minutes: 1
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Check for Semantic Version label
uses: ./.github/actions/pull_request_semver_label_checker/