Skip to content
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
7 changes: 7 additions & 0 deletions self-development/kelos-api-reviewer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,13 @@ spec:
- event: issue_comment
action: created
bodyPattern: /kelos api-review
commentOn: Issue
state: open
author: gjkim42
- event: issue_comment
action: created
bodyPattern: /kelos api-review
commentOn: PullRequest
state: open
author: gjkim42
- event: pull_request_review
Expand Down
5 changes: 1 addition & 4 deletions self-development/kelos-planner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ spec:
- event: issue_comment
action: created
bodyPattern: /kelos plan
commentOn: Issue
state: open
author: gjkim42
reporting:
Expand Down Expand Up @@ -80,10 +81,6 @@ spec:

## Your tasks

### 0. Confirm the target is an issue
If `gh pr view {{.Number}}` succeeds, this comment was posted on a pull request.
Exit without posting anything in that case.

### 1. Refresh issue context
Re-read the latest issue state and all comments:
`gh issue view {{.Number}} --comments`
Expand Down
1 change: 1 addition & 0 deletions self-development/kelos-reviewer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ spec:
- event: issue_comment
action: created
bodyPattern: /kelos review
commentOn: PullRequest
state: open
author: gjkim42
- event: pull_request_review
Expand Down
Loading