fix: new data should be fetched when a txn is matched, or new expense is created #6496
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: Pull Request Labeling | |
on: [pull_request] | |
jobs: | |
size: | |
runs-on: ubuntu-latest | |
name: Label the PR size | |
steps: | |
- uses: "pascalgn/size-label-action@v0.5.4" | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
with: | |
sizes: > | |
{ | |
"0": "XS", | |
"20": "S", | |
"50": "M", | |
"250": "L", | |
"800": "XL" | |
} |