Commit a7e6696
fix(automations): remove webhook trigger to prevent duplicate work
The PULL_REQUEST_EVENT_MERGED webhook and */10 cron can fire
simultaneously, spawning two agents that both pick the same issue
before either marks it in-progress. This caused duplicate PRs for
issues #26 (PRs #45/#46) and #36 (PRs #40/#41).
The cron alone ensures work is picked up within 10 minutes.
Co-authored-by: Ona <no-reply@ona.com>1 parent 31d051d commit a7e6696
2 files changed
Lines changed: 0 additions & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | 4 | | |
13 | 5 | | |
14 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | 4 | | |
13 | 5 | | |
14 | 6 | | |
| |||
0 commit comments