Skip to content

Commit

Permalink
Merge pull request #48 from suzuki-shunsuke/fix/fix-tag
Browse files Browse the repository at this point in the history
fix: fix default no change label
  • Loading branch information
suzuki-shunsuke authored Jan 19, 2021
2 parents 8df3f16 + 9246c50 commit 3a9d946
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 3a9d946

Please sign in to comment.