We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 755d9bb commit a697436Copy full SHA for a697436
.github/workflows/auto-label.yml
@@ -12,3 +12,12 @@ jobs:
12
- uses: banyan/auto-label@1.2
13
env:
14
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/size-label-action@v0.4.2"
21
+ env:
22
+ GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
23
+ IGNORED: "\npoetry.lock"
0 commit comments