Skip to content

Commit

Permalink
fix: fix default no change label
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed Jan 19, 2021
1 parent 8df3f16 commit 9246c50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ func (t *tfcmt) renderGitHubLabels() (github.ResultLabels, error) {
if target == "" {
labels.NoChangesLabel = "no-changes"
} else {
labels.NoChangesLabel = "/no-changes"
labels.NoChangesLabel = target + "/no-changes"
}
} else {
nochangesLabel, err := t.renderTemplate(t.config.Terraform.Plan.WhenNoChanges.Label)
Expand Down

0 comments on commit 9246c50

Please sign in to comment.