Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 615 Bytes

close.md

File metadata and controls

26 lines (16 loc) · 615 Bytes

Close

The close command can be used to close a GitHub issue or pull request.

Usage

To close an issue or pull request, any rust-lang team member may enter the command:

@rustbot close

This will immediately close the issue or PR.

Configuration

This feature is enabled on a repository by having a [close] table in triagebot.toml:

[close]

Implementation

See src/handlers/close.rs and parser/src/command/close.rs.