Skip to content

Commit

Permalink
docs: add source for default testing options
Browse files Browse the repository at this point in the history
  • Loading branch information
david-allison committed Sep 5, 2022
1 parent 48bae59 commit 0d9bbc1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions __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',
Expand Down

0 comments on commit 0d9bbc1

Please sign in to comment.