Commit History

Author SHA1 Message Date
  chaz-kiker 2c7f116ee3 enable rustbot note in triagebot.toml 3 years ago
  dependabot[bot] 340846015c Bump serde from 1.0.131 to 1.0.136 3 years ago
  Mark Rousskov 87d9eaf71e Merge pull request #1562 from chazkiker2/feature-note-command 3 years ago
  dependabot[bot] 2899a7ae87 Bump futures-channel from 0.3.18 to 0.3.21 3 years ago
  dependabot[bot] 6e0f6eae05 Bump futures-io from 0.3.18 to 0.3.21 3 years ago
  dependabot[bot] 8a9ec77073 Bump futures-executor from 0.3.18 to 0.3.21 3 years ago
  dependabot[bot] b146811b43 Bump futures-util from 0.3.18 to 0.3.21 3 years ago
  Tyler Mandry 2228ecd82b Merge pull request #1574 from rust-lang/tmandry-patch-1 3 years ago
  Tyler Mandry 01488e4801 Reflect rename of wg-async-foundations to wg-async 3 years ago
  chaz-kiker 219e266a7d clean up note handler 3 years ago
  chaz-kiker 1e10d6f580 store summary comments by comment URL—allow for editing of title 3 years ago
  chaz-kiker 3114ba3b3c add anyhow::Context to failure if removed note does not exist 3 years ago
  chaz-kiker 117f50e60f add support for 'note remove TITLE' 3 years ago
  chaz-kiker 6333321ebe add support for multi-word title via Token::Quote 3 years ago
  chaz-kiker e351d58121 add wiki info to comment markdown 3 years ago
  chaz-kiker 45c1abc8cf incorporate changes from mark's review 3 years ago
  Chaz Kiker d3960d6c8c Update src/handlers/note.rs 3 years ago
  chaz-kiker 8bdf55fc83 remove irrelevant 'ParseError::MissingBody', as note command doesn't necessarily require the body 3 years ago
  chaz-kiker 683ed6a9c2 add functionality to '@rustbot note' to allow it to edit the issue body accordingly 3 years ago
  dependabot[bot] 9df384853f Bump socket2 from 0.4.2 to 0.4.4 3 years ago
  Mark Rousskov 7e93f0bc72 Merge pull request #1565 from camelid/patch-1 3 years ago
  Noah Lev 18deb82af3 Remove hard-coded `I-prioritize` remove-on-close code 3 years ago
  Mark Rousskov 7fdcb00711 Merge pull request #1563 from rust-lang/dependabot/cargo/syn-1.0.86 3 years ago
  chaz-kiker 4d2f9cb9ec Merge branch 'feature-note-command' of https://github.com/chazkiker2/triagebot into feature-note-command 3 years ago
  chaz-kiker 8ecc9a14a5 add doc-comment to note.rs; add .env.sample; ignore .env 3 years ago
  dependabot[bot] 96ef860fb7 Bump syn from 1.0.82 to 1.0.86 3 years ago
  Chaz Kiker 9fa24d5150 Delete .env 3 years ago
  chaz-kiker 3f56b70ac2 add todo comment 3 years ago
  chaz-kiker ee77d4d625 extend parser::command::Input::parse_command to include Note 3 years ago
  chaz-kiker 25f4615f27 add 'note' command to parser 3 years ago