Update java compatibility example to latest Realm Java #217
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 |