Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

approvers: add commenter that marks stale PRs #3655

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Sep 17, 2024

  1. approvers: add commenter that marks stale PRs

    Adds a periodic job using the commenter to mark PRs that haven't
    received a review by an approver within a week with the
    needs/approver-review label.
    
    Since that label doesn't exist yet, it is added as well - furthermore
    the documentation page is updated.
    
    Signed-off-by: Daniel Hiller <dhiller@redhat.com>
    dhiller committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    8dfccca View commit details
    Browse the repository at this point in the history
  2. approvers: rename label from needs/approver-review

    Since the initial approach (using the `/needs ...`) is not supported
    by the label plugin, we use the `/label` command. This requires a
    configuration in the label plugin section to allow the bot user to set
    the label on PRs, which we add here.
    
    Finally we update the labels.md page with the latest changes.
    
    Signed-off-by: Daniel Hiller <dhiller@redhat.com>
    dhiller committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    d662df8 View commit details
    Browse the repository at this point in the history