Skip to content

Commit

Permalink
Add PR size labelling
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpecovnik committed Nov 15, 2023
1 parent c501e72 commit ee7dfe3
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/pr-size-labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Pull Request Labeling

on:
- pull_request

jobs:

size-label:
runs-on: ubuntu-latest
steps:
- name: size-label
uses: "pascalgn/[email protected]"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
sizes: >
{
"0": "XS",
"20": "S",
"50": "M",
"250": "Large"
}

0 comments on commit ee7dfe3

Please sign in to comment.