Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dojinyou authored Nov 25, 2023
0 parents commit 9928a6b
Show file tree
Hide file tree
Showing 6 changed files with 47 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @dojinyou
5 changes: 5 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## ✏️ 스터디/발표 제목
- 스터디 혹은 발표에 대한 간략한 내용을 적어주세요

## 🤔 논의하고 싶은 내용 / 질문 등
- 학습 내용 기반의 추가적인 논의나 질문 거리에 대해서 작성해주세요
2 changes: 2 additions & 0 deletions .github/auto_assign.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Set to true to add assignees to pull requests
addAssignees: author
14 changes: 14 additions & 0 deletions .github/workflows/pr_auto_merge.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: PR auto merge
on:
schedule:
- cron: '0 0 * * 1' # 매주 월요일 0시(UTC) -> 매주 월요일 오전 9시(KST) 9시간 시차존재
jobs:
automerge:
runs-on: ubuntu-latest
steps:
- name: automerge
uses: "pascalgn/[email protected]"
env:
MERGE_LABELS: "" # 모든 PR을 병합합니다.
MERGE_METHOD: "squash" # PR을 스쿼시형태로 병합합니다.
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.idea
.DS_Store
.vscode
ignore/
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# 스터디 제목

- 기간: 2023.00.00 ~ 00.00
- 시간 및 장소: 매주 월요일 오후 00시 (온라인)
- 스터디원: 7명
(희망할 경우 참여자 링크를 추가)

## 핵심 스터디 결과물

- [핵심 결과물 링크를 추가해주세요](https://github.com/Learning-Is-Vital-In-Development)
1. [핵심 결과물 링크를 추가해주세요](https://github.com/Learning-Is-Vital-In-Development)

## 진행방식

- 진행 방식에 대해서 작성해주세요

## 스터디 규칙

- 지켜야할 규칙이 있다면 작성해주세요

[이슈](https://github.com/Learning-Is-Vital-In-Development/study-template/issues)를 읽고 적절한 조치를 통해 스터디에 집중할 수 있도록 해주세요

0 comments on commit 9928a6b

Please sign in to comment.