pull-request
pull-request copied to clipboard
⤵️ A GitHub Action for creating pull requests
This would match GitHub's terminology and be less confusing ("source" and "destination" depend on your perspective, where `head` and `base` directly correspond to what will happen in the pull request)...
Manually passing in the default `GITHUB_TOKEN` is unnecessary. Reference: https://github.com/actions/checkout/blob/2541b1294d2704b0964813337f33b291d3f8596b/action.yml#L24
## Feature request An option to auto populate the PR title and body to the first commit message and description, respectively. ## Motivation When squashing PRs, there's a good chance...
Updated testing repo url for http://dl-cdn.alpinelinux.org/alpine/edge/testing to use https instead so it matches the main and community repos in use here. We only allow https access out so this is...
I'm trying to access PR number from output. but as it seems it's source_branch instead of pr number. here is my github workflow steps ``` yml - name: Create New...
I discovered that when e.g. GitHub API is not available this action still succeeds, should it? Related line is prob: https://github.com/repo-sync/pull-request/blob/ff8726ae82c9970bde6527e419133aa167297c40/entrypoint.sh#L87
```yaml steps: - name: Checkout uses: actions/checkout@v2 - uses: repo-sync/pull-request@v2 with: github_token: ${{ secrets.PAT }} pr_title: "⤴️ ${{ github.actor }} Draft Merge Request" pr_body: | :arrow_heading_up: Closes: #issueid **Describe the...
When using github job specific permissions and not allowing pr writes, this action should error. I believe the issue is here: https://github.com/repo-sync/pull-request/blob/master/entrypoint.sh#L84 Using `|| true` will allow this command to...
I'm trying to use this action to auto create a PR triggered off a branch name into `master`, basically the exact same example given in the docs. However, when the...
Hi, I am getting fatal: bad revision 'master' even I have distribution branch set to 'develop', I am using v2.6.1. Where is this coming from? From https://github.com/netSkope/ep-versioner + 3[7](https://github.com/netSkope/ep-versioner/runs/5258326895?check_suite_focus=true#step:11:7)07dc4...7[8](https://github.com/netSkope/ep-versioner/runs/5258326895?check_suite_focus=true#step:11:8)10b7e develop...