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

Create an admin task when votes are 2 weeks old #2323

Closed

Commits on Nov 6, 2022

  1. add thread_id to pydantic model

    Amrou Bellalouna authored and Amrou Bellalouna committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    4f235c8 View commit details
    Browse the repository at this point in the history
  2. add thread mentions to review history

    Amrou Bellalouna authored and Amrou Bellalouna committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    b1845e5 View commit details
    Browse the repository at this point in the history
  3. add list of threads to a review's markdown file

    Amrou Bellalouna authored and Amrou Bellalouna committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    99d9662 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. replace thread mention with jump url

    Amrou Bellalouna authored and Amrou Bellalouna committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    18e7cbe View commit details
    Browse the repository at this point in the history
  2. add style to thread not found message

    Amrou Bellalouna authored and Amrou Bellalouna committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    71d6ebc View commit details
    Browse the repository at this point in the history
  3. use get_or_fetch_channel to look from thread

    Amrou Bellalouna authored and Amrou Bellalouna committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    293dac8 View commit details
    Browse the repository at this point in the history
  4. use jump_url in the review markdown file

    Amrou Bellalouna authored and Amrou Bellalouna committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    f6f3e55 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2022

  1. add emtpy task to track forgotten nominations

    Amrou Bellalouna authored and Amrou Bellalouna committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    33828c8 View commit details
    Browse the repository at this point in the history
  2. fetch forgotten nominations from site

    Amrou Bellalouna authored and Amrou Bellalouna committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    ecc29bd View commit details
    Browse the repository at this point in the history
  3. filter out untracked nominations in GitHub

    Amrou Bellalouna authored and Amrou Bellalouna committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    8bd6840 View commit details
    Browse the repository at this point in the history
  4. Merge branch '2304-link-previous-nomination-threads' into 2226-track-…

    …old-votes-in-github
    Amrou Bellalouna authored and Amrou Bellalouna committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    c4be56d View commit details
    Browse the repository at this point in the history
  5. filter out untracked nominations in GitHub

    Amrou Bellalouna authored and Amrou Bellalouna committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    346be1a View commit details
    Browse the repository at this point in the history
  6. return a nominationXMessage tuple

    This will allow us to avoid looking for the message again since we'll need it to add a reaction
    Amrou Bellalouna authored and Amrou Bellalouna committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    ed728d4 View commit details
    Browse the repository at this point in the history
  7. add dummy method that tracks vote in GitHub

    Amrou Bellalouna authored and Amrou Bellalouna committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    506fbb2 View commit details
    Browse the repository at this point in the history
  8. use "🎫" as emoji

    Amrou Bellalouna authored and Amrou Bellalouna committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    0ba1ddf View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2022

  1. add github_admin_repo section

    Amrou Bellalouna authored and Amrou Bellalouna committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    9773aca View commit details
    Browse the repository at this point in the history
  2. add loader for the github_admin_repo section

    Amrou Bellalouna authored and Amrou Bellalouna committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    0da9f16 View commit details
    Browse the repository at this point in the history
  3. log repo name when token hasn't been provided

    Amrou Bellalouna authored and Amrou Bellalouna committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    fef37fe View commit details
    Browse the repository at this point in the history
  4. reset value of autoreview task

    Amrou Bellalouna authored and Amrou Bellalouna committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    9259f84 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2022

  1. Configuration menu
    Copy the full SHA
    161df87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b0d49b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    154c51d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    802003b View commit details
    Browse the repository at this point in the history
  5. handle case where thread starter message cannot be found when filteri…

    …ng tracked nominations
    shtlrs committed Nov 27, 2022
    Configuration menu
    Copy the full SHA
    5a916ac View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    68c625c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3ca37a0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1c8059a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    da3c904 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2023

  1. Merge branch 'main' into 2226-track-old-votes-in-github

    # Conflicts:
    #	bot/exts/recruitment/talentpool/_cog.py
    #	bot/exts/recruitment/talentpool/_review.py
    shtlrs committed Jan 1, 2023
    Configuration menu
    Copy the full SHA
    59319b4 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2023

  1. move Github token check to cog_load

    Amrou Bellalouna authored and shtlrs committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    33415da View commit details
    Browse the repository at this point in the history
  2. use review start date instead of nomination inserted_at

    This relies on turning the thread snowflake id into a date time
    
    We then use that for comparison, since an existing active thread id means an existing review
    shtlrs committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    babf906 View commit details
    Browse the repository at this point in the history