Skip to content

Commit

Permalink
Updated .github/workflows/pr_size.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham-fyle committed Sep 20, 2024
1 parent 0b4160e commit 31e0165
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/pr_size.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Pull Request Labeling

on: [pull_request]

jobs:
size:
runs-on: ubuntu-latest
name: Label the PR size
steps:
- uses: "pascalgn/[email protected]"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
sizes: >
{
"0": "XS",
"20": "S",
"50": "M",
"250": "L",
"800": "XL"
}

0 comments on commit 31e0165

Please sign in to comment.