Commit d18f56c
committed
Inform of auto-reformatter on failed clang-format
Creates a message in the Clang Format GitHub workflow's logs which
directs the PR author to the auto-reformat trigger.
Previously, people were not aware that they could run clang-format via
writing a comment with the trigger. Hopefully, this message will be
enough.
Having the GitHub bot respond with a comment informing the PR author of
this feature was considered, but it was dropped due to technical
limitations in GitHub. A PR from a fork has a different GITHUB_TOKEN
secret as the main repo, preventing the secret from being used to add a
comment.1 parent e671d40 commit d18f56c
1 file changed
+11
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
0 commit comments