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

GitHub Actions가 생성한 PR을 열고 닫는 기능

이 자동화는 github-actions 사용자, 즉 GitHub Actions 작업에 의해 열린 PR에 대해 자동으로 닫기 & 다시 열기를 트리거합니다. 이를 통해 사람이 수동으로 손대지 않아도 해당 PR에서 CI가 실행될 수 있습니다.

설정

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

[bot-pull-requests]

구현

src/handlers/bot_pull_requests.rs를 참조하십시오.