Bringing meta fields to a common form with float values float(TAO) instead of Balance and Tensor #328
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
name: Auto Assign Cortex to Pull Requests | |
on: | |
pull_request: | |
types: [opened, reopened] | |
jobs: | |
auto-assign: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Auto-assign Cortex Team | |
uses: kentaro-m/auto-assign-action@v1.2.4 | |
with: | |
repo-token: "${{ secrets.GITHUB_TOKEN }}" | |
configuration-path: .github/auto_assign.yml |