Files
autogits/group-review
Adam Majer b8ef69a5a7 group-review: react on comment events
Instead of just polling for events, we can use issue_comment events
to process PRs more quickly.

At same time increased default polling interval to 10 minutes if
we use events

Closes #67
2025-08-30 10:41:29 +02:00
..
2025-08-30 10:41:29 +02:00
2025-08-23 13:04:58 +02:00

Group Review Bot

Areas of responsibility

  1. Is used to handle reviews associated with groups defined in the ProjectGit.

  2. Assumes: workflow-pr needs to associate and define the PR set from which the groups.json is read (Base of the PrjGit PR)

Target Usage

Projects where policy reviews are required.

Configiuration

Groups are defined in the workflow.config inside the project git. They take following options,

{ ... ReviewGroups: [ { "Name": "name of the group user", "Reviewers": ["members", "of", "group"], "Silent": (true, false) -- if true, do not explicitly require review requests of group members }, ], ... }

Requirements

  • Gitea token to:
    • R/W PullRequest
    • R/W Notification
    • R User