Skip to content

Commit

Permalink
Add untriaged label to new github issues (#27)
Browse files Browse the repository at this point in the history
Signed-off-by: Rishabh Singh <[email protected]>

Signed-off-by: Rishabh Singh <[email protected]>
  • Loading branch information
rishabh6788 authored Nov 2, 2022
1 parent 0dc9a83 commit cd10eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/createGithubIssue.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def create_issue(component, url, currentVersion, failedMessage){
println("Issue already exists in the repository, skipping.")
} else {
sh (
script: "gh issue create --title \"[AUTOCUT] OS Distribution Build Failed for ${component}-${currentVersion}\" --body \"${message}\" --label ${label} --repo ${url}",
script: "gh issue create --title \"[AUTOCUT] OS Distribution Build Failed for ${component}-${currentVersion}\" --body \"${message}\" --label ${label} --label \"untriaged\" --repo ${url}",
returnStdout: true
)
}
Expand Down

0 comments on commit cd10eb5

Please sign in to comment.