Skip to content

Commit ee92b38

Browse files
committed
Whoops
1 parent 2e0d556 commit ee92b38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/labeler.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ labeler::label() {
1111
local -r files_to_ignore="${12}"
1212
local -r ignore_file_deletions="${13}"
1313

14+
local -r pr_number=$(github_actions::get_pr_number)
1415
local -r total_modifications=$(github::calculate_total_modifications "$pr_number" "${files_to_ignore[*]}" "$ignore_file_deletions")
1516

1617
log::message "Total modifications (additions + deletions): $total_modifications"

0 commit comments

Comments
 (0)