-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Description
pull_master accepts a destination parameter, but always tries to PR to master
Steps to Reproduce
- Run
pull_changesfrom a repository with nomasterbranch - Observe action failure
Relevant Code
.github/.github/workflows/pull_master.yml
Lines 31 to 38 in 4ce6b95
| 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working