오래된 이슈/PR 관리하기
오픈소스 기여하다 보면 PR이 계속 남아있으면 언젠가 자동으로 클로즈 된다. 깃헙 액션으로 stale이라는 액션이 존재해서 이걸로 관리하는 것 같다. 저장소: https://github.com/actions/stale GitHub - actions/stale: Marks issues and pull requests that have not had recent interactionMarks issues and pull requests that have not had recent interaction - actions/stalegithub.com name: Close stale issues and PRson: schedule: - cron: "0 0 * * *" # 매일 자정 실행permission..