diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index d5d97dc..0c107ca 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,2 +1,2 @@ * @jguz-pubnub @parfeon @wkal-pubnub @marcin-cebo -README.md @techwritermat @kazydek @jguz-pubnub @parfeon +README.md @techwritermat @kazydek @jguz-pubnub @parfeon @wkal-pubnub @marcin-cebo diff --git a/.github/workflows/commands-handler.yml b/.github/workflows/commands-handler.yml index 48f71d2..51f8668 100644 --- a/.github/workflows/commands-handler.yml +++ b/.github/workflows/commands-handler.yml @@ -12,7 +12,7 @@ jobs: name: Process command if: github.event.issue.pull_request && endsWith(github.repository, '-private') != true runs-on: - group: Default + group: organization/Default steps: - name: Check referred user id: user-check diff --git a/.gitignore b/.gitignore index c20a5a4..1d66aa1 100644 --- a/.gitignore +++ b/.gitignore @@ -54,6 +54,8 @@ playground.xcworkspace # Add this line if you want to avoid checking in source code from Swift Package Manager dependencies. Packages/ Package.pins +Package.resolved +PubNubSwiftChatSDK.xcworkspace/xcshareddata/swiftpm .swiftpm .build diff --git a/Package.resolved b/Package.resolved deleted file mode 100644 index 6b86660..0000000 --- a/Package.resolved +++ /dev/null @@ -1,23 +0,0 @@ -{ - "pins" : [ - { - "identity" : "kmp-chat", - "kind" : "remoteSourceControl", - "location" : "https://github.com/pubnub/kmp-chat", - "state" : { - "revision" : "ead1e5c07b5b14a1acb5c69315b33faa7d24b5c9", - "version" : "0.8.3-dev" - } - }, - { - "identity" : "swift", - "kind" : "remoteSourceControl", - "location" : "https://github.com/pubnub/swift", - "state" : { - "revision" : "be18a8c8d32f1426992d03cb3551101ab972fdb4", - "version" : "8.0.1" - } - } - ], - "version" : 2 -} diff --git a/PubNubSwiftChatSDK.xcworkspace/xcshareddata/swiftpm/Package.resolved b/PubNubSwiftChatSDK.xcworkspace/xcshareddata/swiftpm/Package.resolved deleted file mode 100644 index a647ff1..0000000 --- a/PubNubSwiftChatSDK.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ /dev/null @@ -1,24 +0,0 @@ -{ - "originHash" : "2b7f8558564acf72b5e5be5d437803cf7d29d74b8d155e01d97b3918fb30f48e", - "pins" : [ - { - "identity" : "kmp-chat", - "kind" : "remoteSourceControl", - "location" : "https://github.com/pubnub/kmp-chat", - "state" : { - "revision" : "ead1e5c07b5b14a1acb5c69315b33faa7d24b5c9", - "version" : "0.8.3-dev" - } - }, - { - "identity" : "swift", - "kind" : "remoteSourceControl", - "location" : "https://github.com/pubnub/swift", - "state" : { - "revision" : "be18a8c8d32f1426992d03cb3551101ab972fdb4", - "version" : "8.0.1" - } - } - ], - "version" : 3 -}