forked from multimediallc/codeowners-plus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaction.yml
More file actions
33 lines (31 loc) · 915 Bytes
/
action.yml
File metadata and controls
33 lines (31 loc) · 915 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
name: 'Codeowners Plus'
description: 'Feature-rich alternative to GitHub Code Owners for monoliths and mono-repos'
author: 'Hans Baker'
branding:
icon: 'plus-circle'
color: 'blue'
inputs:
github-token:
description: 'Github API token'
required: true
pr:
description: 'Pull request number'
required: true
repository:
description: 'The owner and repository name. For example `octocat/Hello-World`'
required: true
default: '${{ github.repository }}'
verbose:
description: 'Print debug info'
required: false
default: false
quiet:
description: 'Disable PR comments and review requests'
required: false
default: false
outputs:
data:
description: 'JSON string containing all the codeowners data (success, message, file-owners, file-optional, still-required)'
runs:
using: 'docker'
image: 'docker://ghcr.io/multimediallc/codeowners-plus:latest'