Skip to content

Commit 11dd746

Browse files
committed
Don't run label-pr-size once a PR has been merged
1 parent a754a57 commit 11dd746

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/label-pr-size.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
sizeup:
1818
name: Label PR with size
1919
runs-on: ubuntu-slim
20+
if: github.event.pull_request.merged != true
2021

2122
steps:
2223
- name: Run sizeup

0 commit comments

Comments
 (0)