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 a37c069 commit 2b9ef10Copy full SHA for 2b9ef10
.github/workflows/pull_request.yml
@@ -44,6 +44,18 @@ jobs:
44
name: Swift 6 Language Mode
45
uses: apple/swift-nio/.github/workflows/swift_6_language_mode.yml@main
46
47
+ semver-label-check:
48
+ name: Semantic Version label check
49
+ runs-on: ubuntu-latest
50
+ timeout-minutes: 1
51
+ steps:
52
+ - name: Checkout repository
53
+ uses: actions/checkout@v4
54
+ with:
55
+ persist-credentials: false
56
+ - name: Check for Semantic Version label
57
+ uses: apple/swift-nio/.github/actions/pull_request_semver_label_checker@main
58
+
59
# until there is a support for musl in swiftlang/github-workflows
60
# https://github.com/swiftlang/github-workflows/issues/34
61
musl:
0 commit comments