Skip to content

Commit 2d0edd8

Browse files
authored
Setup assign-size-label action (#1762)
This replaces a bit of automation we were getting from the k8s-ci-robot
1 parent 7a2ed6b commit 2d0edd8

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/size-label.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# See https://github.com/marketplace/actions/assign-size-label
2+
name: size-label
3+
on: pull_request
4+
jobs:
5+
size-label:
6+
runs-on: ubuntu-latest
7+
steps:
8+
- name: size-label
9+
uses: "pascalgn/size-label-action@v0.4.2"
10+
env:
11+
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)