-
Notifications
You must be signed in to change notification settings - Fork 126
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
Conversation
16ba899
to
551e397
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
편리한 자동화를 추가해주셔 감사합니다. 사소한 피드백 남겼습니다.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
덕분에 스터디 경험이 좋아질 것 같습니다! 병합 부탁드려용 :)
.github/workflows/integration.yaml
Outdated
@@ -9,3 +9,77 @@ jobs: | |||
steps: | |||
- uses: actions/checkout@v4 | |||
- uses: fernandrone/[email protected] | |||
|
|||
labeling-languages: |
There was a problem hiding this comment.
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에서 좀 더 일반적인 관행인 것 같습니다. 다음과 같이 변경하면 어떨까요?
labeling-languages: | |
label-lang: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
네 깔끔하네요! 변경하였습니다~ 이제 머지도 하겠습니다!
작업 내용
Note
js
,ts
,py
,java
,kt
,cpp
,go
,exs
,swift
테스트
a.cpp
,b.java
두 개가 있을 경우