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
E003: Cannot create pull request with more than 100 files (received 128). To increase the limit, set max-patch-files: 128 (or higher) under safe-outputs.create-pull-request in your workflow frontmatter.
The pull request could not be created because the patch contains more files than the configured limit.
To increase the limit, add max-patch-files to your workflow frontmatter:
safe-outputs:
create-pull-request:
max-patch-files: 128# adjust as needed
Warning
E003: Cannot create pull request with more than 100 files (received 128). To increase the limit, set
max-patch-files: 128(or higher) undersafe-outputs.create-pull-requestin your workflow frontmatter.The pull request could not be created because the patch contains more files than the configured limit.
To increase the limit, add
max-patch-filesto your workflow frontmatter: