Skip to content
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

ci: add pr langauge labeler #335

Merged
merged 4 commits into from
Aug 20, 2024
Merged

ci: add pr langauge labeler #335

merged 4 commits into from
Aug 20, 2024

Conversation

bky373
Copy link
Contributor

@bky373 bky373 commented Aug 17, 2024

작업 내용

  • PR Language Labeler 워크플로를 추가합니다. 워크플로는 PR 에서 변경된 파일의 언어를 자동으로 감지하고, 언어 레이블을 추가하는 기능을 제공합니다.

Note

  • 워크플로는 PR 이 열릴 때, 검토 준비가 되었을 때, 또는 업데이트될 때 실행됩니다.
  • 파일 언어는 파일 확장자를 통해 감지하며, 워크플로에 미리 등록해 두어야만 레이블을 붙일 수 있습니다.
    • 현재 등록된 파일 확장자: js, ts, py, java, kt, cpp, go, exs, swift
  • 이미 레이블이 생성되어 있다면, 해당 레이블을 사용합니다.
  • 레이블이 없다면, 랜덤 색상으로 레이블을 생성하고 이를 사용합니다.

테스트

  • PR 변경 파일에 a.cpp, b.java 두 개가 있을 경우
  • 워크플로 실행 결과
    image
    image

Copy link
Contributor

@DaleSeo DaleSeo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

편리한 자동화를 추가해주셔 감사합니다. 사소한 피드백 남겼습니다.

.github/workflows/pr-language-labeler.yml Outdated Show resolved Hide resolved
.github/workflows/pr-language-labeler.yml Outdated Show resolved Hide resolved
.github/workflows/pr-language-labeler.yml Outdated Show resolved Hide resolved
.github/workflows/pr-language-labeler.yml Outdated Show resolved Hide resolved
@bky373
Copy link
Contributor Author

bky373 commented Aug 20, 2024

@DaleSeo
위에 작성해주신 리뷰 반영하였습니다~

Copy link
Contributor

@DaleSeo DaleSeo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

덕분에 스터디 경험이 좋아질 것 같습니다! 병합 부탁드려용 :)

@@ -9,3 +9,77 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: fernandrone/[email protected]

labeling-languages:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

보통 작업 이름은 build, test, lint 처럼 동사형으로 짓는 게 GitHub Actions에서 좀 더 일반적인 관행인 것 같습니다. 다음과 같이 변경하면 어떨까요?

Suggested change
labeling-languages:
label-lang:

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

네 깔끔하네요! 변경하였습니다~ 이제 머지도 하겠습니다!

@bky373 bky373 merged commit 559dfdb into DaleStudy:main Aug 20, 2024
2 checks passed
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 this pull request may close these issues.

2 participants