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

컨트리뷰션시 test 실패하는 문제 #77

Open
Aiden-Jeon opened this issue Jan 6, 2022 · 4 comments
Open

컨트리뷰션시 test 실패하는 문제 #77

Aiden-Jeon opened this issue Jan 6, 2022 · 4 comments
Assignees
Labels

Comments

@Aiden-Jeon
Copy link
Member

No description provided.

@Aiden-Jeon Aiden-Jeon added the repo label Jan 6, 2022
@Aiden-Jeon Aiden-Jeon changed the title 컨트리뷰션시 PR 체크하는 문제 해결 컨트리뷰션시 PR 체크하는 문제 Jan 6, 2022
@Aiden-Jeon Aiden-Jeon changed the title 컨트리뷰션시 PR 체크하는 문제 컨트리뷰션시 test 실패하는 문제 Jan 6, 2022
@kosehy
Copy link
Contributor

kosehy commented Jan 8, 2022

안녕하세요
확실하지는 않지만 pr 제목의 글자수가 45자 이상일 경우 github action 에서 size-label 에러가 발생하는 것 같습니다.
제가 올린 pr 제목의 글자수를 44자 이하로 변경하니 size-label 에러가 해결되었습니다.

@anencore94
Copy link
Member

anencore94 commented Jan 10, 2022

@kosehy 디버깅에 참여해주셔서 감사합니다!
하지만 아쉽게도 pr title 의 글자수를 변경해보며 테스트해보니 pr 타이틀의 문제는 아닌 것으로 보입니다ㅠㅠ
https://github.com/mlops-for-all/mlops-for-all.github.io/actions/workflows/pull-requests.yml

다만 pr을 수정하는 것을 trigger로 해서 github action 이 돌 때는, 해당 github action 의 trigger 기준에 edited 를 두지 않아서, skip 이 success 와 같은 형태로 표기된 것으로 보입니다.
https://github.com/mlops-for-all/mlops-for-all.github.io/runs/4748489420?check_suite_focus=true

이는 저희가 사용한 github action 에서도 정확한 원인을 규명하지 못한 이슈인 것 같네요ㅠㅠ
pascalgn/size-label-action#10

@kosehy
Copy link
Contributor

kosehy commented Jan 10, 2022

@kosehy 디버깅에 참여해주셔서 감사합니다! 하지만 아쉽게도 pr title 의 글자수를 변경해보며 테스트해보니 pr 타이틀의 문제는 아닌 것으로 보입니다ㅠㅠ https://github.com/mlops-for-all/mlops-for-all.github.io/actions/workflows/pull-requests.yml

다만 pr을 수정하는 것을 trigger로 해서 github action 이 돌 때는, 해당 github action 의 trigger 기준에 edited 를 두지 않아서, skip 이 success 와 같은 형태로 표기된 것으로 보입니다. https://github.com/mlops-for-all/mlops-for-all.github.io/runs/4748489420?check_suite_focus=true

이는 저희가 사용한 github action 에서도 정확한 원인을 규명하지 못한 이슈인 것 같네요ㅠㅠ pascalgn/size-label-action#10

그럼 당분간은 size-level 에러 발생시 pr을 수정해야 겠네요 ㅠㅠ

@anencore94
Copy link
Member

| 그럼 당분간은 size-level 에러 발생시 pr을 수정해야 겠네요 ㅠㅠ

해당 github action 을 일단 비활성화시키는게 좋을 것 같습니다! @kosehy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

4 participants