Skip to content

Commit

Permalink
chore: add pr label patch size action
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshinesmilelk committed Nov 25, 2024
1 parent abd6fa6 commit f838af9
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/pr-label-patch-size.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: 🏷️ Label(Patch Size)
on: pull_request_target
jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: wow-actions/use-app-token@v2
with:
app_id: ${{ secrets.BOT_APP_ID }}
private_key: ${{ secrets.BOT_PRIVATE_KEY }}

- uses: pascalgn/size-label-action@v0.4.3
env:
GITHUB_TOKEN: ${{ env.BOT_TOKEN }}
IGNORED: "!.gitignore\nyarn.lock\npnpm-lock.yaml"

0 comments on commit f838af9

Please sign in to comment.