관리 메뉴

Dev Blog

20221030-1106 본문

Notes/Today I Did

20221030-1106

Nomad Kim 2022. 11. 21. 00:34

20221030

- 방통대 컴퓨터 구조 과제 제출

- 효율적인 File structure와 Folder structure 정리

 

20221101

  • 방통대 공부.
    • 컴퓨터 구조 10-13 강 빠르게 훓기. 
  • Automatic Label on PR by Git Action On going

Automatic PR Labeler / 20221103

1. Automatic PR Labeler (Github Action)

To solve the accumulating PRs problem of frontend team i'm belong to, 

I'm on the process of implementing Automatic D-Day label machine using github action.

It's my first time to use Github action and implement a function in practice. 

Even though It makes D-Day label and updates this properly in timely manner, still many to fix and update for people to use without confusion up to their custom-setting. 

Till now, it took 2 days. After completing this function, will go into making slack message bot to give PR request notice to Frontend members on every morning.

2. Preparing Final Test for Korea national open university

  • 컴퓨터 구조 14강, 15강
  • UNIX 시스템 1강 - 5강

Automatic PR Labeler / 20221106

  • UTC Time zone is applied for github action cron. So, fix the scheduled time for Seoul Zone.
    • The D-day Label is updated at 0:00AM,  midnight of South Korea.
  • Fix 2 things
    • When user create PR with d-day label and other labels, the machine will not apply Default D-5. If there is no D-day label, then it will be added maintaining others.
    • When labels are updated, Only D-day label is updated.

 

Korea National Open University

  • Complete reading though UNIX Basic
Comments