Skip to content
Chaz Kiker edited this page Feb 9, 2022 · 3 revisions

Any user can add summary comments (or "notes") in Issues & Pull Requests via @rustbot note

Making a new summary entry

  • Users can make a new summary entry by commenting the following:

    @rustbot note summary-title
    • If this is the first summary entry, rustbot will amend the original post (the top-level comment) to add a "Notes" section. The section should not be edited by hand.

      <!-- TRIAGEBOT_SUMMARY_START -->
      
      ### Summary Notes
      
      - ["summary-title" by @username](link-to-comment)
      
      Generated by triagebot, see [help](https://github.com/rust-lang/triagebot/wiki/Note) for how to add more
      <!-- TRIAGEBOT_SUMMARY_END -->
    • If this is not the first summary entry, rustbot will simply append the new entry to the existing notes section:

      <!-- TRIAGEBOT_SUMMARY_START -->
      
      ### Summary Notes
      
      - ["first-note" by @username](link-to-comment)
      - ["second-note" by @username](link-to-comment)
      - ["summary-title" by @username](link-to-comment)
      
      <!-- TRIAGEBOT_SUMMARY_END -->

Removing an existing summary

  • Notes can be removed by way of calling @rustbot note remove "title to remove" — rustbot will then remove the first note entry with that title
Clone this wiki locally