From eb219f4340ee14764191efe2cdef1bede0c14f26 Mon Sep 17 00:00:00 2001 From: David Allison <62114487+david-allison@users.noreply.github.com> Date: Mon, 5 Sep 2022 13:29:58 +0100 Subject: [PATCH] docs: add source for default testing options --- __tests__/constants/default-processor-options.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/__tests__/constants/default-processor-options.ts b/__tests__/constants/default-processor-options.ts index cda29d456..3d010420d 100644 --- a/__tests__/constants/default-processor-options.ts +++ b/__tests__/constants/default-processor-options.ts @@ -1,5 +1,7 @@ import {IIssuesProcessorOptions} from '../../src/interfaces/issues-processor-options'; +// Default options for use in tests. +// Mirrors the defaults defined in action.yml export const DefaultProcessorOptions: IIssuesProcessorOptions = Object.freeze({ repoToken: 'none', staleIssueMessage: 'This issue is stale',