generated from actions/javascript-action
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaction.yml
30 lines (27 loc) · 822 Bytes
/
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
name: 'Branch Creation/Protection'
description: 'Manage Branch Protection'
author: 'fletort'
inputs:
repository:
description:
'Repository Name where branches must be managed. Indicate the repository
name without owner.'
required: true
branches:
description:
List of branches to create and associated protection. Can be a path to a
local file. Can be a http link to a remote file. Can be directly the
definition. This definitions can be in yaml or json format.
required: true
token:
description: Token with Repository Administration permission
required: true
default_base_branch:
description: The default base branch used for all created branches
default: main
runs:
using: node20
main: dist/index.js
branding:
icon: 'activity'
color: 'blue'