-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathaction.yml
34 lines (34 loc) · 1.04 KB
/
action.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# SPDX-FileCopyrightText: Copyright (c) 2024-2025 Zerocracy
# SPDX-License-Identifier: MIT
---
name: 'judges-action'
description: 'Scan the repository and build a Factbase'
author: 'Yegor Bugayenko <[email protected]>'
runs:
using: 'docker'
image: 'docker://yegor256/judges-action:latest'
inputs:
token:
description: 'Authentication token from www.zerocracy.com'
required: true
options:
description: 'Command line options for the "judges" tool'
required: false
repositories:
description: 'Comma-separated list of masks that determine the repositories to manage'
required: false
github_token:
description: 'Authentication GitHub access token'
required: false
verbose:
description: 'Log as much debug information as possible'
required: false
default: false
factbase:
description: 'Path of the factbase file (also the name of the job in Zerocracy)'
required: true
default: 'default.fb'
cycles:
description: 'How many update cycles to run (keep it under 10)'
required: true
default: 5