RCORE-2175 RCORE-2176 RCORE-2182 RCORE-2083 Fix several problems with object removal and links #1039
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 |