You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: 'Requires writing the tests in Pull Requests'
author: 'Rafalko, Maksim <maks.rafalko@gmail.com>'
branding:
icon: 'check'
color: 'white'
inputs:
comment:
required: false
description: 'Comment to be used by action when PR does not have tests'
fileExtensions:
required: false
description: 'Comma-separated extensions of the source code folder files be checked. Example: ".php,.ts,.js"'
testDir:
required: false
description: 'Test directory to find tests in'
testPattern:
required: false
description: 'A shell glob pattern that should match test files. For example, you can set it to testPattern: *_test.go and Bot will be able to understand, that added test has this pattern instead of located in testDir. testDir and testPattern are alternatives, however can be used together.'
GITHUB_TOKEN:
required: true
description: 'GITHUB_TOKEN to work with GitHub API'