Skip to main content

Archive pull requests

Repository administrators can archive a pull request to remove it from public view, providing a moderation option between leaving a pull request up and permanently deleting it.

누가 이 기능을 사용할 수 있나요?

Repository administrators

About archiving pull requests

Archiving a pull request removes it from public view while preserving its history for repository administrators. This provides a safer moderation path when they need to take a pull request out of public view without permanently deleting it.

When a pull request is archived:

  • The pull request is only visible to repository administrators. Visitors without administrator access to the repository receive a 404 error.
  • The pull request is automatically closed and locked.

When you unarchive a pull request, it becomes visible again, but it remains closed and locked. You can reopen and unlock it separately if needed.

Archiving a pull request

  1. GitHub에서 리포지토리의 기본 페이지로 이동합니다.

  2. 리포지토리 이름에서 Pull requests를 클릭합니다.

    리포지토리의 기본 페이지  스크린샷 가로 탐색 모음에서 "끌어오기 요청"이라는 레이블이 있는 탭이 진한 주황색 윤곽선으로 표시되어 있습니다.

  3. Click the pull request you want to archive.

  4. Scroll to the bottom of the right sidebar. Then click Archive pull request.

  5. Read the information about archiving the pull request, then confirm that you want to archive it.

Unarchiving a pull request

You can find the PR by using the is:archived qualifier. See, 문제 및 풀 리퀘스트 검색.

  1. Open the pull request you want to unarchive.
  2. In the right sidebar, click Unarchive pull request.
  3. Read the information about unarchiving the pull request, then confirm that you want to unarchive it.