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

Add a new users_on_vacation config which prevents PR assignment #1712

Merged
merged 1 commit into from
Jul 28, 2023

Commits on Jul 26, 2023

  1. Add a new users_on_vacation config which prevents PR assignment

    People keep assigning me to PRs (usually new contributors who haven't
    seen my Zulip message). I very much do not want this. Prevent it in
    triagebot.
    
    - If `r? jyn514` is posted after a comment after the PR is opened, post a
      useful error but otherwise do nothing
    - If `r? jyn514` is posted in the PR body, fall back to assigning from
      the diff (as if `r?` wasn't present)
    - If `r? bootstrap` is posted anywhere, filter me out from the team. I
      am not actually on the review rotation currently, but this would be
      useful if I were (and maybe other people will find it useful?).
    jyn514 committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    c26e5a1 View commit details
    Browse the repository at this point in the history