1
0
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:
per1234
2021-04-26 21:55:19 -07:00
parent 23c59049c4
commit 1df5fd85b5

View File

@ -310,6 +310,7 @@ jobs:
owner: ${{ github.repository_owner }}
repo: ${{ github.event.repository.name }}
pull_number: ${{ github.event.pull_request.number }}${{ github.event.issue.number }}
merge_method: squash
- name: Checkout index source branch
uses: actions/checkout@v2