Skip to content

Commit

Permalink
Adding default message
Browse files Browse the repository at this point in the history
  • Loading branch information
ynori7 committed Jul 5, 2023
1 parent 3e91e13 commit 3746988
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion config/config.yaml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ channel_pattern: (#[a-z]+_[a-z_]{5,})
directories:
- /Users/me/go/src/github/MyOrg
github_org: MyOrg
dry_run: false
message: Please update the code to inject webhooks at build or runtime.
dry_run: false
1 change: 0 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,5 @@ func main() {
if err := client.SendMessage(res); err != nil {
log.Println(err.Error())
}

}
}

0 comments on commit 3746988

Please sign in to comment.