Skip to content

Commit 2b9ef10

Browse files
committed
add semver label check
1 parent a37c069 commit 2b9ef10

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,18 @@ jobs:
4444
name: Swift 6 Language Mode
4545
uses: apple/swift-nio/.github/workflows/swift_6_language_mode.yml@main
4646

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+
4759
# until there is a support for musl in swiftlang/github-workflows
4860
# https://github.com/swiftlang/github-workflows/issues/34
4961
musl:

0 commit comments

Comments
 (0)