Commit 147b1f2
feat: support repository-owned PR finish providers (#318)
* feat(native): support repository-owned PR finish providers
* fix(native): harden pull request finish providers
* test(native): harden pull request finish assertions
* fix(native): retain PR URL after final verification failures
---------
Co-authored-by: zhenyu.jiang <jiangzhenyu@keyfil.com>1 parent 2ff42ff commit 147b1f2
40 files changed
Lines changed: 3302 additions & 2007 deletions
File tree
- assets
- skills
- comet-native/scripts
- comet/scripts
- domains
- comet-native
- workflow-contract
- platform/process
- test
- app
- domains
- comet-native
- workflow-contract
- platform
- repository
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
5 | 11 | | |
6 | 12 | | |
7 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
560 | 560 | | |
561 | 561 | | |
562 | 562 | | |
| 563 | + | |
| 564 | + | |
| 565 | + | |
| 566 | + | |
| 567 | + | |
| 568 | + | |
| 569 | + | |
| 570 | + | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
563 | 576 | | |
564 | 577 | | |
565 | 578 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
593 | 593 | | |
594 | 594 | | |
595 | 595 | | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
| 602 | + | |
| 603 | + | |
| 604 | + | |
| 605 | + | |
| 606 | + | |
| 607 | + | |
| 608 | + | |
596 | 609 | | |
597 | 610 | | |
598 | 611 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
Lines changed: 102 additions & 101 deletions
Large diffs are not rendered by default.
Lines changed: 110 additions & 110 deletions
Large diffs are not rendered by default.
Lines changed: 74 additions & 74 deletions
Large diffs are not rendered by default.
Lines changed: 78 additions & 78 deletions
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Lines changed: 82 additions & 82 deletions
Large diffs are not rendered by default.
0 commit comments