From 98307f78fd2b02de0c0b276924dae241dc1d6ef0 Mon Sep 17 00:00:00 2001 From: Kim-TaeUk <71974850+Kim-TaeUk@users.noreply.github.com> Date: Fri, 10 May 2024 05:52:00 +0900 Subject: [PATCH 1/3] =?UTF-8?q?[DOCS]=20=EC=9D=B4=EC=8A=88=20=ED=85=9C?= =?UTF-8?q?=ED=94=8C=EB=A6=BF=20=EB=93=B1=EB=A1=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/issue_template.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/issue_template.md diff --git a/.github/ISSUE_TEMPLATE/issue_template.md b/.github/ISSUE_TEMPLATE/issue_template.md new file mode 100644 index 00000000..92ab16f5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue_template.md @@ -0,0 +1,17 @@ +--- +name: Issue_Template +about: 웹소소 이슈 템플릿 +title: "[]" +labels: '' +assignees: '' + +--- + +## Description + + +## To-Do +- [ ] +- [ ] + +## Reference From 2c325908e2116121f726df4bacf417d0cb2937ad Mon Sep 17 00:00:00 2001 From: Kim-TaeUk <71974850+Kim-TaeUk@users.noreply.github.com> Date: Fri, 10 May 2024 05:52:44 +0900 Subject: [PATCH 2/3] =?UTF-8?q?[DOCS]=20PR=20=ED=85=9C=ED=94=8C=EB=A6=BF?= =?UTF-8?q?=20=EB=93=B1=EB=A1=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/pull_request_template.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..3c631c78 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,14 @@ +## Related Issue + + +- feat/# -> dev +- close # + +## Key Changes + + +## To Reviewers + + +## References + From 4b04a95b4a0f2ce692c77a1211fd58ccca6c0b63 Mon Sep 17 00:00:00 2001 From: Kim-TaeUk <71974850+Kim-TaeUk@users.noreply.github.com> Date: Fri, 10 May 2024 05:53:08 +0900 Subject: [PATCH 3/3] =?UTF-8?q?[DOCS]=20Reviewers=20&=20Assignees=20?= =?UTF-8?q?=EC=A7=80=EC=A0=95=20=EC=9E=90=EB=8F=99=ED=99=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/AutoAssignAndReview.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/AutoAssignAndReview.yml diff --git a/.github/workflows/AutoAssignAndReview.yml b/.github/workflows/AutoAssignAndReview.yml new file mode 100644 index 00000000..36041e1e --- /dev/null +++ b/.github/workflows/AutoAssignAndReview.yml @@ -0,0 +1,12 @@ +name: Review Assign +on: + pull_request: + types: [ opened, ready_for_review ] +jobs: + assign: + runs-on: ubuntu-latest + steps: + - uses: hkusu/review-assign-action@v1 + with: + assignees: ${{ github.actor }} + reviewers: Kim-TaeUk, ChaeAg, rinarina0429