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.
2 parents 11b7887 + ab48e0f commit 26fbd13Copy full SHA for 26fbd13
.github/workflows/pull_request.yml
@@ -0,0 +1,10 @@
1
+name: pull_request
2
+
3
+on:
4
+ pull_request:
5
+ types: [opened, reopened, synchronize]
6
7
+jobs:
8
+ tests:
9
+ name: tests
10
+ uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
CODEOWNERS
@@ -0,0 +1,14 @@
+#
+# This source file is part of the Swift.org open source project
+# Copyright (c) 2024 Apple Inc. and the Swift project authors
+# Licensed under Apache License v2.0 with Runtime Library Exception
+# See https://swift.org/LICENSE.txt for license information
+# See https://swift.org/CONTRIBUTORS.txt for Swift project authors
11
+* @ahoppen @allevato @bnbarham @shawnhyam
12
13
+.github/ @shahmishal
14
+.swiftci/ @shahmishal
0 commit comments