Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: 🔄 Integration
on:
pull_request:

permissions:
contents: write
pull-requests: write
Copy link
Member

@DaleSeo DaleSeo Aug 20, 2024

Choose a reason for hiding this comment

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

최소 권한 원칙을 따라 이 부분은 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.

오 좋은 의견 감사합니다! 옮겨두었고, 바로 병합하겠습니다!


jobs:
linelint:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -81,5 +85,5 @@ jobs:
}
}

run().catch(err => console.error(err));
run();
"