Skip to content
Merged
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
4 changes: 2 additions & 2 deletions self-development/kelos-api-reviewer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ spec:
filters:
- event: issue_comment
action: created
bodyContains: /kelos api-review
bodyPattern: /kelos api-review
state: open
author: gjkim42
- event: pull_request_review
action: submitted
bodyContains: /kelos api-review
bodyPattern: /kelos api-review
state: open
author: gjkim42
reporting:
Expand Down
2 changes: 1 addition & 1 deletion self-development/kelos-planner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
filters:
- event: issue_comment
action: created
bodyContains: /kelos plan
bodyPattern: /kelos plan
state: open
author: gjkim42
reporting:
Expand Down
4 changes: 2 additions & 2 deletions self-development/kelos-pr-responder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ spec:
filters:
- event: issue_comment
action: created
bodyContains: /kelos pick-up
bodyPattern: /kelos pick-up
commentOn: PullRequest
state: open
author: gjkim42
- event: pull_request_review
action: submitted
bodyContains: /kelos pick-up
bodyPattern: /kelos pick-up
state: open
draft: false
reporting:
Expand Down
4 changes: 2 additions & 2 deletions self-development/kelos-reviewer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ spec:
filters:
- event: issue_comment
action: created
bodyContains: /kelos review
bodyPattern: /kelos review
state: open
author: gjkim42
- event: pull_request_review
action: submitted
bodyContains: /kelos review
bodyPattern: /kelos review
state: open
author: gjkim42
reporting:
Expand Down
4 changes: 2 additions & 2 deletions self-development/kelos-squash-commits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ spec:
filters:
- event: issue_comment
action: created
bodyContains: /kelos squash-commits
bodyPattern: /kelos squash-commits
state: open
author: gjkim42
- event: pull_request_review
action: submitted
bodyContains: /kelos squash-commits
bodyPattern: /kelos squash-commits
state: open
author: gjkim42
reporting:
Expand Down
2 changes: 1 addition & 1 deletion self-development/kelos-workers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ spec:
filters:
- event: issue_comment
action: created
bodyContains: /kelos pick-up
bodyPattern: /kelos pick-up
commentOn: Issue
state: open
author: gjkim42
Expand Down
Loading