autogits/pr-review
2024-08-19 17:14:20 +02:00
..
.gitignore . 2024-07-07 21:12:40 +02:00
go.mod . 2024-07-07 21:12:40 +02:00
go.sum . 2024-07-07 21:12:40 +02:00
main_test.go . 2024-07-10 10:14:56 +02:00
main.go . 2024-08-19 17:14:20 +02:00
README.md . 2024-08-02 16:27:38 +02:00

PR Review bot

Keeps ProjectGit PR in-sync with a PackageGit PR

Areas of Responsibility

  • Detects a PackageGit PR creation against a package and creates a coresponsing PR against the ProjectGit
  • When a PackageGit PR is updated, the corresponding PR against the ProjectGit is updated
  • Stores reference to the PackageGit PR in the headers of the ProjectGit PR, for later reference
    • this allows ProjectGit PR to be merged to seperated later (via another tool, for example)

Target Usage

Any project (devel, etc) that accepts PR