Adds new station: Lobster Station (Second PR, ignore the first one) #115
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: "Labels: Size" | |
on: pull_request_target | |
jobs: | |
size-label: | |
runs-on: ubuntu-latest | |
steps: | |
- name: size-label | |
uses: "pascalgn/[email protected]" | |
env: | |
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" | |
with: | |
# Custom size configuration | |
# DeltaV: changed to powers of 4 | |
sizes: > | |
{ | |
"0": "XS", | |
"16": "S", | |
"64": "M", | |
"256": "L", | |
"1024": "XL" | |
} |