mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-11-20 23:38:58 +08:00
Automatically add Job Summary as PR comment
Rather than requiring a separate step to add a PR comment, the `gradle-build-action` can now automatically add the Job Summary as a PR comment Fixes #1020
This commit is contained in:
@@ -71,6 +71,10 @@ export function isJobSummaryEnabled(): boolean {
|
||||
return getBooleanInput('generate-job-summary', true)
|
||||
}
|
||||
|
||||
export function isPRCommentEnabled(): boolean {
|
||||
return getBooleanInput('add-pr-comment', false)
|
||||
}
|
||||
|
||||
export function isDependencyGraphEnabled(): boolean {
|
||||
return getBooleanInput('generate-dependency-graph', true)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user