@@ -387,7 +387,7 @@ mod tests {
387
387
insta:: assert_snapshot!(
388
388
tester. get_comment( ) . await ?,
389
389
@r#"
390
- :sunny: Try build successful ([Workflow1](https://github.com/workflows/Workflow1 /1))
390
+ :sunny: Try build successful ([Workflow1](https://github.com/rust-lang/borstest/actions/runs /1))
391
391
Build commit: merge-0-pr-1 (`merge-0-pr-1`, parent: `main-sha1`)
392
392
393
393
<!-- homu: {"type":"TryBuildCompleted","merge_sha":"merge-0-pr-1"} -->
@@ -406,7 +406,7 @@ mod tests {
406
406
tester. workflow_full_failure ( tester. try_branch ( ) ) . await ?;
407
407
insta:: assert_snapshot!(
408
408
tester. get_comment( ) . await ?,
409
- @":broken_heart: Test failed ([Workflow1](https://github.com/workflows/Workflow1 /1))"
409
+ @":broken_heart: Test failed ([Workflow1](https://github.com/rust-lang/borstest/actions/runs /1))"
410
410
) ;
411
411
Ok ( ( ) )
412
412
} )
@@ -438,7 +438,7 @@ mod tests {
438
438
insta:: assert_snapshot!(
439
439
tester. get_comment( ) . await ?,
440
440
@r"
441
- :broken_heart: Test failed ([Workflow1](https://github.com/workflows/Workflow1 /1)). Failed jobs:
441
+ :broken_heart: Test failed ([Workflow1](https://github.com/rust-lang/borstest/actions/runs /1)). Failed jobs:
442
442
443
443
- `Job 42` ([web logs](https://github.com/job-logs/42), [extended logs](https://triage.rust-lang.org/gha-logs/rust-lang/borstest/42))
444
444
- `Job 50` ([web logs](https://github.com/job-logs/50), [extended logs](https://triage.rust-lang.org/gha-logs/rust-lang/borstest/50))
@@ -811,7 +811,7 @@ try-job: Bar
811
811
)
812
812
. await ?;
813
813
insta:: assert_snapshot!( tester. get_comment( ) . await ?, @r#"
814
- :sunny: Try build successful ([Workflow1](https://github.com/workflows/Workflow1 /2))
814
+ :sunny: Try build successful ([Workflow1](https://github.com/rust-lang/borstest/actions/runs /2))
815
815
Build commit: merge-1-pr-1 (`merge-1-pr-1`, parent: `main-sha1`)
816
816
817
817
<!-- homu: {"type":"TryBuildCompleted","merge_sha":"merge-1-pr-1"} -->
@@ -851,8 +851,8 @@ try-job: Bar
851
851
tester. post_comment ( "@bors try cancel" ) . await ?;
852
852
insta:: assert_snapshot!( tester. get_comment( ) . await ?, @r"
853
853
Try build cancelled. Cancelled workflows:
854
- - https://github.com/workflows/Workflow1 /123
855
- - https://github.com/workflows/Workflow1 /124
854
+ - https://github.com/rust-lang/borstest/actions/runs /123
855
+ - https://github.com/rust-lang/borstest/actions/runs /124
856
856
" ) ;
857
857
Ok ( ( ) )
858
858
} )
@@ -921,7 +921,7 @@ try-job: Bar
921
921
tester. post_comment ( "@bors try cancel" ) . await ?;
922
922
insta:: assert_snapshot!( tester. get_comment( ) . await ?, @r"
923
923
Try build cancelled. Cancelled workflows:
924
- - https://github.com/workflows/Workflow1 /3
924
+ - https://github.com/rust-lang/borstest/actions/runs /3
925
925
" ) ;
926
926
Ok ( ( ) )
927
927
} )
0 commit comments