Skip to content

[Suggestion]: 이슈 stale 처리에 관한 의견 #1168

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
nayounsang opened this issue Apr 1, 2025 · 2 comments · Fixed by #1171
Closed

[Suggestion]: 이슈 stale 처리에 관한 의견 #1168

nayounsang opened this issue Apr 1, 2025 · 2 comments · Fixed by #1171
Assignees

Comments

@nayounsang
Copy link
Contributor

Summary

현재 1달이상 진척이 없는 이슈는 close 한 뒤 stale 태그를 붙히고 있는데요, close하는 것 보다 할당만 해제하는것에 대해 의견 드립니다. 그리고 이 과정이 자동화가 가능하다고 생각합니다.

Page

https://github.com/reactjs/ko.react.dev/issues

Details

왜냐하면 이슈가 해결이 된 것이 아니기 때문입니다. 기여자는 같은 문제에 대해 이슈를 다시 작성해야 하고, ko.react.dev에 현재 해결 안된 문제들을 파악하기 어려워져요.

@lumirlumir
Copy link
Collaborator

좋은 제안인 것 같습니다.

GitHub Actions에서 제공하는 Stale 액션을 이용하면 보다 쉽게 자동화 할 수 있을 것 같은데, 혹시 PR을 제출해주실 의향이 있으실까요?

@nayounsang
Copy link
Contributor Author

@lumirlumir 넵! 해보겠습니다

lumirlumir pushed a commit that referenced this issue Jun 2, 2025
<!--
  PR을 보내주셔서 감사합니다! 여러분과 같은 기여자들이 React를 더욱 멋지게 만듭니다!

  기존 이슈와 관련된 PR이라면, 아래에 이슈 번호를 추가해주세요.
-->
close #1168 
# <!-- 제목을 작성해주세요. -->
- stale 이슈 처리 자동화 액션
<!--
  어떤 종류의 PR인지 상세 내용을 작성해주세요.
-->

**Stale Issue**
- 매일 실행(검증)
- 30일 동안 활동없는 할당자 존재하는 이슈 stale 라벨
- 이슈 닫지 않음
- `30일 동안 작업이 없어 할당을 해제합니다.` 코멘트
- `DO NOT CLOSE OR MERGE,discussion,term,TIP` 라벨 포함된 이슈는 검증 제외
- 활동 재게되면 stale 라벨 제거
- PR은 검증 제외

**Remove Assignees for stale issue**
- 이슈에 stale 라벨 붙으면 실행(해당 PR merge된 이후 이슈에 대해서만 실행)
- 할당자 제거

github actions 자체가 테스팅하기 힘들어 상세한 리뷰 바랍니다.


## 필수 확인 사항

- [x] [기여자 행동 강령 규약<sup>Code of
Conduct</sup>](https://github.com/reactjs/ko.react.dev/blob/main/CODE_OF_CONDUCT.md)
- [x] [기여
가이드라인<sup>Contributing</sup>](https://github.com/reactjs/ko.react.dev/blob/main/CONTRIBUTING.md)
- [x] [공통 스타일 가이드<sup>Universal Style
Guide</sup>](https://github.com/reactjs/ko.react.dev/blob/main/wiki/universal-style-guide.md)
- [x] [번역을 위한 모범 사례<sup>Best Practices for
Translation</sup>](https://github.com/reactjs/ko.react.dev/blob/main/wiki/best-practices-for-translation.md)
- [x] [번역 용어 정리<sup>Translate
Glossary</sup>](https://github.com/reactjs/ko.react.dev/blob/main/wiki/translate-glossary.md)
- [x] [`textlint` 가이드<sup>Textlint
Guide</sup>](https://github.com/reactjs/ko.react.dev/blob/main/wiki/textlint-guide.md)
- [x] [맞춤법 검사<sup>Spelling
Check</sup>](https://nara-speller.co.kr/speller/)

## 선택 확인 사항

- [ ] 번역 초안 작성<sup>Draft Translation</sup>
- [ ] 리뷰 반영<sup>Resolve Reviews</sup>

---------

Co-authored-by: Haegul Pyun <phg2491@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants