Skip to content
This repository was archived by the owner on Apr 4, 2020. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
@@ -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'
1 change: 1 addition & 0 deletions PR Supporter 테스트.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
테스트
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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 <seonhyung.jo@gmail.com>