We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bb1b04 commit fcb0e23Copy full SHA for fcb0e23
.github/workflows/pull_request.yml
@@ -28,3 +28,15 @@ jobs:
28
swift-6-language-mode:
29
name: Swift 6 Language Mode
30
uses: apple/swift-nio/.github/workflows/swift_6_language_mode.yml@main
31
+
32
+ semver-label-check:
33
+ name: Semantic Version label check
34
+ runs-on: ubuntu-latest
35
+ timeout-minutes: 1
36
+ steps:
37
+ - name: Checkout repository
38
+ uses: actions/checkout@v4
39
+ with:
40
+ persist-credentials: false
41
+ - name: Check for Semantic Version label
42
+ uses: apple/swift-nio/.github/actions/pull_request_semver_label_checker@main
0 commit comments