Skip to content

Commit

Permalink
Whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlk committed Apr 15, 2024
1 parent 2e0d556 commit ee92b38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/labeler.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ labeler::label() {
local -r files_to_ignore="${12}"
local -r ignore_file_deletions="${13}"

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

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

0 comments on commit ee92b38

Please sign in to comment.