-
Notifications
You must be signed in to change notification settings - Fork 1
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
⚙️ Pennyway 색상표 Tailwind 적용 #6
Conversation
reviewers에 프론트 팀원 모두가 적용되지 않는 문제가 있어 reviewers를 명시하였습니다.
리뷰어의 수를 명시해주지 않으면 1명만 등록되는 문제가 있어 0으로 명시하였습니다.
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.
auto assign 맛있네요 ㅋㅋ 병합하셔도 좋습니다!
This pull request is automatically being deployed by Amplify Hosting (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.
고생하셨습니다! .
작업 이유
작업 사항
1️⃣ auto assignees & reviewers 설정
매번 수동으로 Assignees와 Reviewers를 설정하는 것은 번거로운 작업이라고 생각하여 DX 향상을 위해 auto-assign-action를 적용하였습니다.
2️⃣ tailwind color config 적용
색상은 Pennyway 03. GUI에 적용된 색상 표를 참고하여 tailwind color config를 적용하였습니다. 색상명의 첫 글자만 따서 사용하는 것은 사용성은 편리할 지 몰라도 해당 색상이 가지는 의미를 명확히 알기 어렵다고 생각하여 색상명은 풀네임으로 추가하였습니다.
리뷰어가 중점적으로 확인해야 하는 부분
발견한 이슈
1. 리뷰어가 1명만 등록되는 문제
auto-assign-action에서 리뷰어가 1명만 등록되는 문제가 있어 해당 이슈를 참고하여 해결하였습니다.
2. AWS Amplify 연동 에러
빌드가 정상적으로 이루어지지 않아서 깃허브에 표시 조차 되고 있지 않았습니다. 해당 문제 해결하기 위해서 amplify.yml 빌드 설정 파일에 다음 라인을 추가하였습니다.