diff --git a/.github/workflows/pr-open.yml b/.github/workflows/pr-open.yml new file mode 100644 index 0000000..c201aeb --- /dev/null +++ b/.github/workflows/pr-open.yml @@ -0,0 +1,14 @@ +name: "Auto PR setting" +on: + pull_request: + types: [opened] + +jobs: + test: + runs-on: ubuntu-latest + steps: + - name: Create Link in Repo body + uses: Im-D/Im-Bot/packages/pr-supporter@issue2 + with: + myToken: ${{ secrets.GITHUB_TOKEN }} + linkLocTarget: '## history' diff --git "a/PR Supporter \355\205\214\354\212\244\355\212\270.md" "b/PR Supporter \355\205\214\354\212\244\355\212\270.md" new file mode 100644 index 0000000..edf8bd8 --- /dev/null +++ "b/PR Supporter \355\205\214\354\212\244\355\212\270.md" @@ -0,0 +1 @@ +테스트 diff --git a/README.md b/README.md index c478d96..73df1a1 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) @@ -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 +