mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-17 06:47:09 +01:00
create patch request params with output
This commit is contained in:
parent
cf7f2a70cf
commit
16a69ceefa
2 changed files with 12 additions and 7 deletions
6
src/report/patch-check.ts
Normal file
6
src/report/patch-check.ts
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
import {RestEndpointMethodTypes} from '@octokit/plugin-rest-endpoint-methods'
|
||||
import {Annotation} from './get-annotations'
|
||||
|
||||
export type UpdateChecksParametersWithOutput = RestEndpointMethodTypes['checks']['update']['parameters'] & {
|
||||
output: {title: string; summary: string; annotations: Annotation[]}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue