diff --git a/.github/validate-pr/index.js b/.github/validate-pr/index.js index e1bfb9d5f6..7440e4cd20 100644 --- a/.github/validate-pr/index.js +++ b/.github/validate-pr/index.js @@ -145,8 +145,10 @@ console.log(file) core.setOutput('has_results', 'true') core.setOutput('comment_body', comment) +console.log('comment!') } else { core.setOutput('has_results', 'false') +console.log('no comment!') } core.info('Done!') diff --git a/specification/snapshot/_types/SnapshotIndexDetails.ts b/specification/snapshot/_types/SnapshotIndexDetails.ts index 9ea0560e08..7185a2aa8c 100644 --- a/specification/snapshot/_types/SnapshotIndexDetails.ts +++ b/specification/snapshot/_types/SnapshotIndexDetails.ts @@ -20,7 +20,7 @@ import { ByteSize } from '@_types/common' import { integer, long } from '@_types/Numeric' -// comment! +// new comment! export class IndexDetails { shard_count: integer size?: ByteSize