Skip to content

Commit

Permalink
Add option for addiing reviewers from original pr (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
reey authored Oct 9, 2022
1 parent eaed5f1 commit 9c5c7d2
Show file tree
Hide file tree
Showing 7 changed files with 93,802 additions and 97,990 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
auto_backport_label_prefix: auto-backport-to-
add_original_reviewers: true

- name: Info log
if: ${{ success() }}
Expand Down
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ inputs:
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
runs:
using: 'node16'
main: 'dist/index.js'
Expand Down
Loading

0 comments on commit 9c5c7d2

Please sign in to comment.