Skip to content

Commit

Permalink
Merge pull request #5 from SlamBamActionman/SlamBamActionman-label-wo…
Browse files Browse the repository at this point in the history
…rkflow-update

Create labeler-size.yml
  • Loading branch information
SlamBamActionman authored Nov 14, 2024
2 parents d8631ac + 4ac5446 commit 57dbaf8
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/labeler-size.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: "Labels: Size"
on: pull_request_target
jobs:
size-label:
runs-on: ubuntu-latest
steps:
- name: size-label
uses: pascalgn/[email protected]
with:
# Custom size configuration
sizes: >
{
"0": "XS",
"10": "S",
"30": "M",
"100": "L",
"1000": "XL",
}

0 comments on commit 57dbaf8

Please sign in to comment.