Skip to content

[BUG] pull_master destination parameter is ignored #91

@NeonDaniel

Description

@NeonDaniel

Description

pull_master accepts a destination parameter, but always tries to PR to master

Steps to Reproduce

  • Run pull_changes from a repository with no master branch
  • Observe action failure

Relevant Code

uses: repo-sync/pull-request@v2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
pr_reviewer: ${{ inputs.pr_reviewer }}
pr_assignee: ${{ inputs.pr_assignee }}
pr_draft: ${{ inputs.pr_draft }}
pr_title: ${{ inputs.pr_title }}
pr_body: ${{ inputs.pr_body }}

Other Notes

Failing workflow

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions