-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaction.yml
More file actions
34 lines (34 loc) · 933 Bytes
/
Copy pathaction.yml
File metadata and controls
34 lines (34 loc) · 933 Bytes
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
name: 'Conflictor'
description: 'Utility that analyzes pull requests and conflicts between them'
branding:
icon: git-pull-request
color: yellow
inputs:
isActions:
description: 'Just informing conflictor that this call came from Github Actions'
default: 'true'
repository:
description: 'Repository full name'
required: true
deploy-label:
description: 'Deploy label'
required: true
main-branch:
description: 'Repository main branch name'
default: 'main'
required: false
create-graph:
description: 'Conflictor will try generate a graph. Still in development'
default: 'false'
required: false
create-json:
description: 'Conflictor will output result JSON into a file'
default: 'false'
required: false
debug:
description: 'Action would output some debug information'
default: 'false'
required: false
runs:
using: 'node16'
main: 'dist/index.js'