Skip to content

fix(token-input): format max value with thousand separators #10

fix(token-input): format max value with thousand separators

fix(token-input): format max value with thousand separators #10

Workflow file for this run

name: PR Self-Assignment
on:
pull_request:
types: [opened, ready_for_review]
jobs:
assign:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: hkusu/review-assign-action@v1
with:
assignees: ${{ github.actor }} # assign pull request author