Skip to content

Commit 81cbd0c

Browse files
authored
feat: add pr size checker
1 parent f3d7a7c commit 81cbd0c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/prchecker.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Add Size Label to PR
2+
# This workflow is triggered every time a PR is changed(opened/closed or code modifed).
3+
on:
4+
pull_request
5+
6+
jobs:
7+
build:
8+
name: Add Size Label to PR
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: Add Size Label to PR
12+
uses: WizardOhio24/label-pr-size-action@master
13+
with:
14+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)