Skip to content

Pre-emptively fix sendability issues with the next NIO release #23

Pre-emptively fix sendability issues with the next NIO release

Pre-emptively fix sendability issues with the next NIO release #23

name: PR
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: apple/swift-nio/.github/actions/pull_request_semver_label_checker@main