Skip to content

Commit a697436

Browse files
committed
chore: add PR size labelling action
1 parent 755d9bb commit a697436

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/auto-label.yml

+9
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,12 @@ jobs:
1212
- uses: banyan/[email protected]
1313
env:
1414
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
15+
size-label:
16+
name: PR diff size label
17+
runs-on: ubuntu-latest
18+
steps:
19+
- name: size-label
20+
uses: "pascalgn/[email protected]"
21+
env:
22+
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
23+
IGNORED: "\npoetry.lock"

0 commit comments

Comments
 (0)