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 2e0d556 commit ee92b38Copy full SHA for ee92b38
src/labeler.sh
@@ -11,6 +11,7 @@ labeler::label() {
11
local -r files_to_ignore="${12}"
12
local -r ignore_file_deletions="${13}"
13
14
+ local -r pr_number=$(github_actions::get_pr_number)
15
local -r total_modifications=$(github::calculate_total_modifications "$pr_number" "${files_to_ignore[*]}" "$ignore_file_deletions")
16
17
log::message "Total modifications (additions + deletions): $total_modifications"
0 commit comments