Add sort by name/price options to the shipyard purchase menu #8509
Workflow file for this run
This file contains hidden or 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: "Labels: Size" | |
| on: pull_request_target | |
| jobs: | |
| size-label: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: size-label | |
| uses: "pascalgn/size-label-action@v0.5.5" | |
| env: | |
| GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" | |
| with: | |
| # Custom size configuration | |
| sizes: > | |
| { | |
| "0": "XS", | |
| "10": "S", | |
| "100": "M", | |
| "1000": "L", | |
| "5000": "XL" | |
| } |