-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathaction.yml
More file actions
45 lines (42 loc) · 1.33 KB
/
action.yml
File metadata and controls
45 lines (42 loc) · 1.33 KB
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
35
36
37
38
39
40
41
42
43
44
45
name: Validator of Symbiotic metadata repositories
description: Validates pull requests in Symbiotic metadata repositories
author: Symbiotic
# Define your inputs here.
inputs:
files:
description: List of files to validate
required: true
issue:
description: The issue number to comment on (github.context.issue.number)
required: true
token:
description: GITHUB_TOKEN for commenting on the issue
required: true
vault-registry:
description: Vaults registry contract address to use for off-chain validation
required: true
operator-registry:
description: Operators registry contract address to use for off-chain validation
required: true
network-registry:
description: Networks registry contract address to use for off-chain validation
required: true
chain-id:
description: Blockchain chain ID to use for on-chain validation
required: true
rpc-url:
description: Blockchain RPC URL to use for on-chain validation
required: false
upstream-checkout-path:
description: Path to the upstream repository checkout folder
required: false
rewards-factory:
description: Rewards factory contract address to use for rewards validation
required: false
# Define your outputs here.
outputs:
error:
description: Validation error
runs:
using: node24
main: dist/index.cjs