Skip to content

Commit

Permalink
more specific language
Browse files Browse the repository at this point in the history
  • Loading branch information
zkoppert authored May 2, 2024
1 parent 9e4b1f3 commit 5a8575f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dealing-with-large-issue-metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ When working with lots of issues/pull requests/discussion results, the resulting
Pull request creation failed. Validation failed: Body is too long (maximum is 65536 characters)
```

To work around this limitation, the issue-metrics action detects the issue and splits the issue_metrics.md file into smaller files. So instead of issue_metrics.md, you will get issue_metrics_0.md, issue_metrics_1.md, etc.
To work around this limitation, the issue-metrics action detects the large file size and splits the issue_metrics.md file into smaller files. So instead of issue_metrics.md, you will get issue_metrics_0.md, issue_metrics_1.md, etc.
Since we don't want the action to fail, it has been designed to have the same name as usual for the first split file (issue_metrics.md) and then append a number to the name for the subsequent split files.

You can choose one of the following strategies to deal with the split files:
Expand Down

0 comments on commit 5a8575f

Please sign in to comment.