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

렌더링된 링크

렌더링된 링크는 triagebot에 의해 PR 설명에 자동으로 추가(및 업데이트)되는 단순한 하이퍼링크입니다.

설정

이 기능은 triagebot.toml[rendered-link] 테이블을 포함시킴으로써 저장소에서 활성화됩니다:

[rendered-link]
trigger-files = ["posts/"]
exclude-files = ["posts/SUMMARY.md"]

trigger-files 키는 수정 여부를 감시할 디렉터리를 설정하며, exclude-files 키로 파일이나 디렉터리를 제외할 수 있습니다.

“렌더링된 링크“는 가장 많이 수정된 일치 파일을 가리킵니다.

구현

src/handlers/rendered_link.rs를 참고하십시오.