Skip to content

[CI] 15 PRs have merge conflicts requiring rebase #836

@anchapin

Description

@anchapin

Description

15 open PRs have merge conflicts with main branch that prevent automatic merging:

Affected PRs

Sentinel (Security) PRs:

Bolt (Optimization) PRs:

Palette (Accessibility) PRs:

Root Cause

These PRs were created from an older base and contain conflicting changes to CI workflow files that have since been updated by other merged PRs.

Resolution Required

Each PR needs to be rebased on main:

  1. gh pr checkout <PR>
  2. git rebase main
  3. Resolve conflicts in CI workflow files
  4. git push --force
  5. Merge after CI passes

Priority

Medium - blocks security and accessibility improvements


Created during automated PR review process

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingenhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions