You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ OPTIONS:
85
85
--github-app-installation-id value GitHub App installation ID (default: 0) [$ATG_GITHUB_APP_INSTALLATION_ID]
86
86
--github-app-private-key value GitHub App private key (command line argument is not recommended) [$ATG_GITHUB_APP_PRIVATE_KEY]
87
87
--github-token value GitHub API token (command line argument is not recommended) [$ATG_GITHUB_TOKEN]
88
-
--auto-close-resolved-issues Should issues be automatically closed when resolved. If alerts have 'atg-skip-auto-close=true' annotation, issues will not be auto-closed. (default: true) [$ATG_AUTO_CLOSE_RESOLVED_ISSUES]
88
+
--auto-close-resolved-issues Should issues be automatically closed when resolved. If alerts have 'atg_skip_auto_close=true' annotation, issues will not be auto-closed. (default: true) [$ATG_AUTO_CLOSE_RESOLVED_ISSUES]
89
89
--reopen-window value Alerts will create a new issue instead of reopening closed issues if the specified duration has passed [$ATG_REOPEN_WINDOW]
90
90
--help, -h show help
91
91
```
@@ -110,15 +110,15 @@ Issue title and body are rendered from [Go template](https://golang.org/pkg/text
110
110
111
111
You can use the `--auto-close-resolved-issues` flag to automatically close issues when alerts are resolved.
112
112
113
-
If you want to skip auto-close for some alerts, add the `atg-skip-auto-close=true` annotation to them.
113
+
If you want to skip auto-close for some alerts, add the `atg_skip_auto_close=true` annotation to them.
0 commit comments