Commit bab499f
Add condition to skip PRs authored by bots (#847)
* Add condition to skip PRs authored by bots
Claude code review will be skipped on any PR opened by a bot.
Currently CCR is called but refuses to process any PRs opened by bots i.e Dependabot, creates error.
I don't think this should affect PRs opened by copilot or other agents. If it does then condition can be set to ignore dependabot PRs specifically.
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Fix: skip dependabot[bot] by login instead of generic Bot type
Agent-Logs-Url: https://github.com/tanghaibao/jcvi/sessions/27403c92-40c6-4504-93f1-e27fa1d7e6bf
Co-authored-by: Adamtaranto <2160099+Adamtaranto@users.noreply.github.com>
---------
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Adamtaranto <2160099+Adamtaranto@users.noreply.github.com>1 parent b5f0fcc commit bab499f
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
21 | 24 | | |
22 | 25 | | |
23 | 26 | | |
| |||
0 commit comments