-
Notifications
You must be signed in to change notification settings - Fork 19
/
action.yml
22 lines (22 loc) · 821 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
name: 'Backport Action'
description: 'Backport merged pull requests to other branches via labels'
inputs:
github_token:
description: The access token that will be used to create the backport pull requests and perform other operations
required: true
auto_backport_label_prefix:
description: Backport a pull request to specific branches based on the labels applied
required: false
repo_fork_owner:
description: The owner of the repo where the backport branch will be pushed to. Defaults to the current repo
required: false
add_original_reviewers:
description: Boolean, if set to true the reviewers of the original PR will also be added to the backport PRs
required: false
default: false
runs:
using: 'node20'
main: 'dist/index.js'
branding:
icon: git-branch
color: green