RCORE-2201 Add an implementation for the realm_app_config_get_sync_client_config() function in the Core CAPI #1069
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# NOTE: This is a common file that is overwritten by realm/ci-actions sync service | |
# and should only be modified in that repository. | |
name: 'Auto Assign' | |
on: | |
pull_request: | |
types: [opened] | |
jobs: | |
add-assignee: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: kentaro-m/auto-assign-action@248761c4feb3917c1b0444e33fad1a50093b9847 |