Skip to content

Commit

Permalink
Fixes according to review
Browse files Browse the repository at this point in the history
* Change runner group in commands-handler.yml
* Remove Package.resolved files to avoid problems with cached versions
  • Loading branch information
jguz-pubnub committed Oct 30, 2024
1 parent af7db1d commit 1d08533
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 49 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion .github/workflows/commands-handler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
23 changes: 0 additions & 23 deletions Package.resolved

This file was deleted.

This file was deleted.

0 comments on commit 1d08533

Please sign in to comment.