elastic / elastic/ai-github-actions
Fix corrupted workflow files from COPILOT_GITHUB_TOKEN migration
Open
agentic-workflows
- Dominant language
- Python
- Stars
- 11
- Forks
- 16
- Avg merge
- 22h 9m
- Merged PRs (30d)
- 31
Description
> [!WARNING]
> E003: Cannot create pull request with more than 100 files (received 140). To increase the limit, set `max-patch-files: 140` (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:
```yaml
safe-outputs:
create-pull-request:
max-patch-files: 140 # adjust as needed
```
Contributor guide
Assessment
This issue has not been assessed yet.