RCORE-2131: Don't throw immediately when convertion of string to number fails #974
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 |