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 14, 2022
1 parent 99b6c70 commit eb219f4
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 eb219f4

Please sign in to comment.