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
Allow users to specify if they want the report's header.
This will allow them to customize the behavior and enable
multiple Action runs in different steps of the same workflow
as long as each title is unique.
Fixes#32
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -158,6 +158,8 @@ jobs:
158
158
only_code: true
159
159
# Leave only one comment with the report and update it for consecutive runs
160
160
one_comment: true
161
+
# The message to be displayed at the start of the report
162
+
header_message_start: "The following files have a similarity above the threshold:"
161
163
```
162
164
## Using duplicate-code-check with pre-commit
163
165
To use Duplicate Code Detection Tool as a pre-commit hook with [pre-commit](https://pre-commit.com/) add the following to your `.pre-commit-config.yaml` file:
0 commit comments