Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

닫기

close 명령은 GitHub 이슈 또는 풀 리퀘스트를 닫는 데 사용할 수 있습니다.

사용법

이슈나 풀 리퀘스트를 닫으려면 rust-lang 언어 팀 구성원이 다음 명령을 입력하면 됩니다:

@rustbot close

이렇게 하면 즉시 이슈 또는 PR이 닫힙니다.

설정

이 기능은 triagebot.toml[close] 테이블을 두면 저장소에서 활성화됩니다:

[close]

구현

src/handlers/close.rsparser/src/command/close.rs를 참고하십시오.