Files
AutoGPT/.github/scripts
Otto 6647c6615b ci: add PR overlap detection workflow
Automatically detects potential merge conflicts between open PRs:

- Triggered on PR open/push to dev or master
- Compares changed files and line ranges across open PRs
- Tests actual merge conflicts by attempting merges
- Posts a comment on the PR with:
  - 🔴 Confirmed merge conflicts (with file paths and conflict sizes)
  - 🟠 High risk overlaps (>20 lines overlap)
  - 🟡 Medium risk overlaps
  - 🟢 Low risk (file overlap only)
- Shows conflict types (content, added, deleted, etc.)
- Includes last-updated timestamps for each PR

This helps contributors coordinate and resolve conflicts proactively.
2026-02-13 12:51:18 +00:00
..