From 6b9026ba7b332006da04602b4f06507a262921e9 Mon Sep 17 00:00:00 2001 From: SeonHyungJo Date: Fri, 27 Sep 2019 21:45:39 +0900 Subject: [PATCH 01/22] TEST --- .github/workflows/test.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/test.yml diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml new file mode 100644 index 0000000..09c477d --- /dev/null +++ b/.github/workflows/test.yml @@ -0,0 +1,11 @@ +name: "test-pr-supporter" +on: [pull_request] + +jobs: + test: + runs-on: ubuntu-latest + steps: + - name: test + uses: Im-D/pr-supporter@action + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} From a646f930eebb8c655a3e5df7467b43103db9c538 Mon Sep 17 00:00:00 2001 From: SeonHyungJo Date: Fri, 27 Sep 2019 22:43:51 +0900 Subject: [PATCH 02/22] test --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 09c477d..f0e098c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,6 +5,8 @@ jobs: test: runs-on: ubuntu-latest steps: + - uses: actions/checkout@v1 + - run: npm ci - name: test uses: Im-D/pr-supporter@action env: From f166e11a4a59292c4da545c0ba7fd29ad14a04a6 Mon Sep 17 00:00:00 2001 From: SeonHyungJo Date: Fri, 27 Sep 2019 22:45:08 +0900 Subject: [PATCH 03/22] test --- .github/workflows/test.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f0e098c..29dcdb9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,9 +5,5 @@ jobs: test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 - - run: npm ci - name: test uses: Im-D/pr-supporter@action - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} From 5903854c02658aa9bb3a497901bca79aca2011c9 Mon Sep 17 00:00:00 2001 From: SeonHyungJo Date: Fri, 27 Sep 2019 23:18:56 +0900 Subject: [PATCH 04/22] test --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 29dcdb9..b27a52d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,3 +7,5 @@ jobs: steps: - name: test uses: Im-D/pr-supporter@action + with: + myToken: ${{ secrets.GITHUB_TOKEN } From 8cb1dadd25e3d1cc77459da9f320b4b6cc13eb93 Mon Sep 17 00:00:00 2001 From: SeonHyungJo Date: Fri, 27 Sep 2019 23:25:00 +0900 Subject: [PATCH 05/22] test --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b27a52d..cb5d071 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,4 +8,4 @@ jobs: - name: test uses: Im-D/pr-supporter@action with: - myToken: ${{ secrets.GITHUB_TOKEN } + myToken: ${{ secrets.GITHUB_TOKEN }} From 2ff255c30a743c5c43d38609c4a264013183eed3 Mon Sep 17 00:00:00 2001 From: SeonHyungJo Date: Fri, 27 Sep 2019 23:45:02 +0900 Subject: [PATCH 06/22] TEST --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c478d96..b4d3de3 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ test pr test pr test - + - [probot 공식 사이트](https://probot.github.io/) - [probot 개발 Docs](https://probot.github.io/docs/) - [참고 사이트](https://blog.outsider.ne.kr/1390) From 8e7ff3b9ef22085fd81fcb6273b745b1f47d6eac Mon Sep 17 00:00:00 2001 From: SeonHyungJo Date: Sun, 29 Sep 2019 00:20:39 +0900 Subject: [PATCH 07/22] test --- .github/workflows/test.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cb5d071..63692fe 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,5 +1,8 @@ name: "test-pr-supporter" -on: [pull_request] +on: + pull_request: + types: [opened] + jobs: test: From 587835f5a709d27991dd7290b4e66bd40ce40f19 Mon Sep 17 00:00:00 2001 From: SeonHyungJo Date: Sun, 29 Sep 2019 12:18:41 +0900 Subject: [PATCH 08/22] test --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 63692fe..ce781c1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,7 +1,7 @@ name: "test-pr-supporter" on: pull_request: - types: [opened] + types: [opened, edited], jobs: From 8970e875b9eec155b23896f930dd7f21c4f63a29 Mon Sep 17 00:00:00 2001 From: SeonHyungJo Date: Sun, 29 Sep 2019 12:20:53 +0900 Subject: [PATCH 09/22] test --- .github/workflows/test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ce781c1..5505af9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,8 +1,7 @@ name: "test-pr-supporter" on: pull_request: - types: [opened, edited], - + types: [opened, edited] jobs: test: From 089a1c8cb636a679ee38928f7deb2d648a468bd8 Mon Sep 17 00:00:00 2001 From: SeonHyungJo Date: Sun, 29 Sep 2019 12:24:01 +0900 Subject: [PATCH 10/22] test --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5505af9..a794c0e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,7 +1,7 @@ name: "test-pr-supporter" on: pull_request: - types: [opened, edited] + types: [opened] jobs: test: From 8dac0991c67ce1a4a59aa1a8a1c4dd6ab9c90913 Mon Sep 17 00:00:00 2001 From: SeonHyungJo Date: Sun, 29 Sep 2019 12:27:18 +0900 Subject: [PATCH 11/22] test --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a794c0e..3fae000 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,7 +1,8 @@ name: "test-pr-supporter" on: pull_request: - types: [opened] + types: [opened], + jobs: test: From 2206e46bd05853f3805d34e27e3a837e765176a1 Mon Sep 17 00:00:00 2001 From: SeonHyungJo Date: Sun, 29 Sep 2019 12:28:13 +0900 Subject: [PATCH 12/22] test --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3fae000..63692fe 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,7 +1,7 @@ name: "test-pr-supporter" on: pull_request: - types: [opened], + types: [opened] jobs: From 75b446dfdb04485b454b724ea5bfaaab3fdbe757 Mon Sep 17 00:00:00 2001 From: SeonHyungJo Date: Fri, 4 Oct 2019 13:33:17 +0900 Subject: [PATCH 13/22] test --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 63692fe..3f9d4ff 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,6 +9,6 @@ jobs: runs-on: ubuntu-latest steps: - name: test - uses: Im-D/pr-supporter@action + uses: Im-Bot/packages/pr-supporter@master with: myToken: ${{ secrets.GITHUB_TOKEN }} From 267aa5bc48f1ce538be4232dc841c8d69398c00f Mon Sep 17 00:00:00 2001 From: SeonHyungJo Date: Fri, 4 Oct 2019 13:36:34 +0900 Subject: [PATCH 14/22] test --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3f9d4ff..3d62fc8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,6 +9,6 @@ jobs: runs-on: ubuntu-latest steps: - name: test - uses: Im-Bot/packages/pr-supporter@master + uses: Im-D/Im-Bot/packages/pr-supporter@master with: myToken: ${{ secrets.GITHUB_TOKEN }} From f2580fdb407a1faee9959c7897cfc31eae3965fa Mon Sep 17 00:00:00 2001 From: JangBongKi Date: Sat, 19 Oct 2019 21:07:23 +0900 Subject: [PATCH 15/22] Update test.yml --- .github/workflows/test.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3d62fc8..e336714 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,3 +12,8 @@ jobs: uses: Im-D/Im-Bot/packages/pr-supporter@master with: myToken: ${{ secrets.GITHUB_TOKEN }} + + - name: pr-reviewer-test + uses: Im-D/Im-Bot/packages/pr-supporter@pr-reviewer-dev + with: + myToken: ${{ secrets.GITHUB_TOKEN }} From e94f1d3f45c9d09918080da7225a16968401e72a Mon Sep 17 00:00:00 2001 From: JangBongKi Date: Sat, 19 Oct 2019 21:10:22 +0900 Subject: [PATCH 16/22] Update test.yml --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e336714..6474b06 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,6 +14,6 @@ jobs: myToken: ${{ secrets.GITHUB_TOKEN }} - name: pr-reviewer-test - uses: Im-D/Im-Bot/packages/pr-supporter@pr-reviewer-dev + uses: Im-D/Im-Bot/packages/pr-reviewer@pr-reviewer-dev with: myToken: ${{ secrets.GITHUB_TOKEN }} From f92e33769fc77cdf42f1b660c6e69caa3d9f5fc1 Mon Sep 17 00:00:00 2001 From: SeonHyungJo Date: Tue, 22 Oct 2019 22:53:00 +0900 Subject: [PATCH 17/22] test --- .github/workflows/pr-open.yml | 24 ++++++++++++++++++++++++ .github/workflows/test.yml | 19 ------------------- README.md | 5 ++++- 3 files changed, 28 insertions(+), 20 deletions(-) create mode 100644 .github/workflows/pr-open.yml delete mode 100644 .github/workflows/test.yml diff --git a/.github/workflows/pr-open.yml b/.github/workflows/pr-open.yml new file mode 100644 index 0000000..7e9494a --- /dev/null +++ b/.github/workflows/pr-open.yml @@ -0,0 +1,24 @@ +name: "Auto PR setting" +on: + pull_request: + types: [opened] + +jobs: + test: + runs-on: ubuntu-latest + steps: + - name: Create Link in PR body + uses: Im-D/Im-Bot/packages/pr-supporter@master + with: + myToken: ${{ secrets.GITHUB_TOKEN }} + + - name: Add Reviewer + uses: Im-D/Im-Bot/packages/pr-reviewer@master + with: + myToken: ${{ secrets.GITHUB_TOKEN }} + + - name: Create Link in Repo body + uses: Im-D/Im-Bot/packages/update-readme@update-readme + with: + myToken: ${{ secrets.GITHUB_TOKEN }} + linkLocTarget: '## history' diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml deleted file mode 100644 index 6474b06..0000000 --- a/.github/workflows/test.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: "test-pr-supporter" -on: - pull_request: - types: [opened] - - -jobs: - test: - runs-on: ubuntu-latest - steps: - - name: test - uses: Im-D/Im-Bot/packages/pr-supporter@master - with: - myToken: ${{ secrets.GITHUB_TOKEN }} - - - name: pr-reviewer-test - uses: Im-D/Im-Bot/packages/pr-reviewer@pr-reviewer-dev - with: - myToken: ${{ secrets.GITHUB_TOKEN }} diff --git a/README.md b/README.md index b4d3de3..73df1a1 100644 --- a/README.md +++ b/README.md @@ -61,10 +61,13 @@ WEBHOOK_PROXY_URL=https://smee.io/n9bfnwV1JBvcyZU APP_ID : new GitHub App으로 만든 앱의 고유 번호를 넣어주면 된다. WEBHOOK_SECRET : WEBHOOK을 사용하는데 키이다. 간단하게 DB의 시크릿 키와 동일하다. LOG_LEVEL : LOG를 어느 레벨까지 보여줄 것인지에 대한 설정이다. -WEBHOOK_PROXY_URL : 위에서 설명한 프록시 서버의 주소를 입력해준다. +WEBHOOK_PROXY_URL : 위에서 설명한 프록시 서버의 주소를 입력해준다. +## history + ## License [ISC](../LICENSE) © 2019 Im-D + From 9a9c60adaedf78f0330944ddbf98cc47780bb374 Mon Sep 17 00:00:00 2001 From: SeonHyungJo Date: Tue, 22 Oct 2019 23:14:34 +0900 Subject: [PATCH 18/22] test --- .github/workflows/pr-open.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/pr-open.yml b/.github/workflows/pr-open.yml index 7e9494a..b565134 100644 --- a/.github/workflows/pr-open.yml +++ b/.github/workflows/pr-open.yml @@ -6,17 +6,6 @@ on: jobs: test: runs-on: ubuntu-latest - steps: - - name: Create Link in PR body - uses: Im-D/Im-Bot/packages/pr-supporter@master - with: - myToken: ${{ secrets.GITHUB_TOKEN }} - - - name: Add Reviewer - uses: Im-D/Im-Bot/packages/pr-reviewer@master - with: - myToken: ${{ secrets.GITHUB_TOKEN }} - - name: Create Link in Repo body uses: Im-D/Im-Bot/packages/update-readme@update-readme with: From c52c413e9d0f5cd9d871cbb6cc86cfaa2e3310d5 Mon Sep 17 00:00:00 2001 From: SeonHyungJo Date: Tue, 22 Oct 2019 23:16:49 +0900 Subject: [PATCH 19/22] test --- .github/workflows/pr-open.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr-open.yml b/.github/workflows/pr-open.yml index b565134..fa264a4 100644 --- a/.github/workflows/pr-open.yml +++ b/.github/workflows/pr-open.yml @@ -6,6 +6,7 @@ on: jobs: test: runs-on: ubuntu-latest + steps: - name: Create Link in Repo body uses: Im-D/Im-Bot/packages/update-readme@update-readme with: From 8921a8139ab1721d353ddb730f5de6453382b203 Mon Sep 17 00:00:00 2001 From: JangBongKi Date: Wed, 23 Oct 2019 20:45:04 +0900 Subject: [PATCH 20/22] Update pr-open.yml --- .github/workflows/pr-open.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-open.yml b/.github/workflows/pr-open.yml index fa264a4..c201aeb 100644 --- a/.github/workflows/pr-open.yml +++ b/.github/workflows/pr-open.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Create Link in Repo body - uses: Im-D/Im-Bot/packages/update-readme@update-readme + uses: Im-D/Im-Bot/packages/pr-supporter@issue2 with: myToken: ${{ secrets.GITHUB_TOKEN }} linkLocTarget: '## history' From afa87476c2ad19e93ccac28d2cc9156d5d95de44 Mon Sep 17 00:00:00 2001 From: JangBongKi Date: Wed, 23 Oct 2019 20:46:07 +0900 Subject: [PATCH 21/22] =?UTF-8?q?Create=20PR=20Supporter=20=ED=85=8C?= =?UTF-8?q?=EC=8A=A4=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- "PR Supporter \355\205\214\354\212\244\355\212\270" | 1 + 1 file changed, 1 insertion(+) create mode 100644 "PR Supporter \355\205\214\354\212\244\355\212\270" diff --git "a/PR Supporter \355\205\214\354\212\244\355\212\270" "b/PR Supporter \355\205\214\354\212\244\355\212\270" new file mode 100644 index 0000000..edf8bd8 --- /dev/null +++ "b/PR Supporter \355\205\214\354\212\244\355\212\270" @@ -0,0 +1 @@ +테스트 From ec09d0eae5776a238ce26c756c2f47a4d2bcce23 Mon Sep 17 00:00:00 2001 From: JangBongKi Date: Wed, 23 Oct 2019 20:47:47 +0900 Subject: [PATCH 22/22] =?UTF-8?q?Rename=20PR=20Supporter=20=ED=85=8C?= =?UTF-8?q?=EC=8A=A4=ED=8A=B8=20to=20PR=20Supporter=20=ED=85=8C=EC=8A=A4?= =?UTF-8?q?=ED=8A=B8.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...270" => "PR Supporter \355\205\214\354\212\244\355\212\270.md" | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename "PR Supporter \355\205\214\354\212\244\355\212\270" => "PR Supporter \355\205\214\354\212\244\355\212\270.md" (100%) diff --git "a/PR Supporter \355\205\214\354\212\244\355\212\270" "b/PR Supporter \355\205\214\354\212\244\355\212\270.md" similarity index 100% rename from "PR Supporter \355\205\214\354\212\244\355\212\270" rename to "PR Supporter \355\205\214\354\212\244\355\212\270.md"