Skip to content

Commit

Permalink
Updated .github/workflows/pr-size-label.yml (#3217)
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham-fyle authored Sep 27, 2024
1 parent 6312e65 commit 3186f6f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pr-size-label.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: PR Checks
name: Pull Request Labeling

on: [pull_request]

jobs:
size:
runs-on: ubuntu-latest
name: Label the size of PR
name: Label the PR size
steps:
- uses: "pascalgn/size-label-action@v0.4.3"
- uses: "pascalgn/size-label-action@v0.5.4"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand All @@ -18,4 +18,4 @@ jobs:
"50": "M",
"250": "L",
"800": "XL"
}
}

0 comments on commit 3186f6f

Please sign in to comment.