Skip to content

Update the enumvalue json name test to use the 2026 edition. #1000

Update the enumvalue json name test to use the 2026 edition.

Update the enumvalue json name test to use the 2026 edition. #1000

name: PR label
permissions:
contents: read
on:
pull_request:
types: [labeled, unlabeled, opened, reopened, synchronize]
jobs:
semver-label-check:
name: Semantic version label check
# Only do this job on the main repo (and not forks of it).
if: github.repository == 'apple/swift-protobuf'
runs-on: ubuntu-latest
timeout-minutes: 1
steps:
- name: Checkout repository
uses: actions/checkout@v6
with:
persist-credentials: false
- name: Check for Semantic Version label
uses: apple/swift-nio/.github/actions/pull_request_semver_label_checker@main