Integrate uppy io#6330
Conversation
|
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
|
@copilot why are github actions (e.g. ci tests) not being run? |
Looking at the CI workflow configuration and the PR's changed files: The paths-ignore:
- '**.md'
- '.github/**'
- '!.github/workflows/ci.yml'This PR changes 484 files. Of those, the vast majority are either:
The That said, the PR also changes several files that are not covered by In short, based on the workflow configuration the CI should be triggering. This appears to be a GitHub Actions processing issue, likely related to the unusually large diff size (484 files, 50k+ additions including many static assets). You may want to try pushing an empty commit to re-trigger the On a related note: the PR description already has a TODO to "Review each workflow to ensure env secrets and permissions are set for the monorepo" — once CI does trigger, the new |
/packages/uppy.ioused to live in its own git repository but I am here moving it into the uppy monorepo workspace.NOTE: This is best reviewed commit by commit.
TODO (future?)