Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/naverpaydev/actions
네이버페이 프론트엔드 조직에서 만든 custom action을 모노레포로 관리하는 저장소입니다.
https://github.com/naverpaydev/actions
actions github-actions
Last synced: about 5 hours ago
JSON representation
네이버페이 프론트엔드 조직에서 만든 custom action을 모노레포로 관리하는 저장소입니다.
- Host: GitHub
- URL: https://github.com/naverpaydev/actions
- Owner: NaverPayDev
- License: mit
- Created: 2024-04-24T11:37:17.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-25T05:19:26.000Z (4 months ago)
- Last Synced: 2024-07-25T06:29:19.235Z (4 months ago)
- Topics: actions, github-actions
- Language: TypeScript
- Homepage:
- Size: 6.24 MB
- Stars: 114
- Watchers: 3
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# @NaverPayDev/actions
- 레포지토리 유지보수에 유용한 action을 모아놓은 레포입니다.
- 해당 레포는 모노레포 구조로 여러 액션을 포함하며, 필요한 액션만 선택하여 사용하실 수 있습니다.
- 사용법은 하단 액션 목록의 각 액션별 리드미를 참고해주세요.## 관리 중인 액션 목록
### [Issues](./issue)
- [request-issue-attribute-action](./issue/request-issue-attribute-action/README.md)
- issue 생성 시 없는 내용에 대해 작성자에게 작성 요청 comment 를 생성합니다.### [Pull Requests](./pr)
- [do-not-merge-action](./pr/do-not-merge-action/README.md)
- 특정 라벨이 부착된 Pull Request의 병합을 막습니다.
- [require-approval-comment-action](./pr/require-approval-comment-action/README.md)
- comment 없는 단순 approve를 반려합니다.
- [auto-assign-pull-request-to-author-action](./pr/auto-assign-pull-request-to-author-action/README.md)
- pull request에 생성자를 자동으로 assign 합니다.### [discussions](./discussion)
- [create-discussion](./discussion/create-discussion/README.md)
- 미리 작성된 template을 기반으로 discussion을 생성합니다.### [repos](./repo)
- [delete-stale-branch](./repo/delete-stale-branch/README.md)
- 최근 업데이트가 없는 방치된 브랜치를 삭제합니다.