File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 # Port PR to other branch (ONLY if labeled with "port to")
2828 # See https://github.com/korthout/backport-action
2929 - name : Create backport pull requests
30- uses : korthout/backport-action@341-default-mainline
30+ uses : korthout/backport-action@v1
3131 with :
3232 # Trigger based on a "port to [branch]" label on PR
3333 # (This label must specify the branch name to port to)
3939 # Copy all labels from original PR to (newly created) port PR
4040 # NOTE: The labels matching 'label_pattern' are automatically excluded
4141 copy_labels_pattern : ' .*'
42- # The --mainline (parent-number) to use when cherry-picking. Value of '1' allows
43- # merge commits to be cherry picked. See https://git-scm.com/docs/git-cherry-pick
44- default_mainline : 1
4542 # Use a personal access token (PAT) to create PR as 'dspace-bot' user.
4643 # A PAT is required in order for the new PR to trigger its own actions (for CI checks)
4744 github_token : ${{ secrets.PR_PORT_TOKEN }}
You can’t perform that action at this time.
0 commit comments