You've already forked library-registry
mirror of
https://github.com/arduino/library-registry.git
synced 2025-07-04 10:22:30 +03:00
Use squash merge for submission PRs
There is no good reason for a submission to consist of more than one commit. As the submitter works with the bot to produce a compliant submission, they will sometimes end up with PRs that consist of multiple non-atomic commits, which would pollute the repository's commit history if not squashed at the time of the merge.
This commit is contained in:
1
.github/workflows/manage-prs.yml
vendored
1
.github/workflows/manage-prs.yml
vendored
@ -310,6 +310,7 @@ jobs:
|
|||||||
owner: ${{ github.repository_owner }}
|
owner: ${{ github.repository_owner }}
|
||||||
repo: ${{ github.event.repository.name }}
|
repo: ${{ github.event.repository.name }}
|
||||||
pull_number: ${{ github.event.pull_request.number }}${{ github.event.issue.number }}
|
pull_number: ${{ github.event.pull_request.number }}${{ github.event.issue.number }}
|
||||||
|
merge_method: squash
|
||||||
|
|
||||||
- name: Checkout index source branch
|
- name: Checkout index source branch
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
Reference in New Issue
Block a user