Add rest of hardware support libraries (#109)

Automerge action step doesn't work with this setup so we'll have to
manually merge
wch-ch32v003
Matt Knight 2 years ago committed by GitHub
parent 4bb65617a4
commit 831cfff35c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -11,7 +11,13 @@ jobs:
strategy: strategy:
matrix: matrix:
repo: [ repo: [
espressif-esp,
gigadevice-gd32,
microchip-atmega,
nordic-nrf5x,
nxp-lpc,
raspberrypi-rp2040, raspberrypi-rp2040,
stmicro-stm32,
] ]
steps: steps:
- name: Checkout - name: Checkout
@ -29,20 +35,11 @@ jobs:
echo "DESCRIPTION=$(git log -1 --pretty=%B | head -n 1)" >> $GITHUB_OUTPUT echo "DESCRIPTION=$(git log -1 --pretty=%B | head -n 1)" >> $GITHUB_OUTPUT
- name: Create Pull Request - name: Create Pull Request
id: cpr
uses: peter-evans/create-pull-request@v4.2.3 uses: peter-evans/create-pull-request@v4.2.3
with: with:
token: ${{ secrets.PR_TOKEN }} token: ${{ secrets.PR_TOKEN }}
branch: update-microzig branch: downstream/update-microzig
commit-message: update microzig commit-message: update microzig
delete-branch: true delete-branch: true
title: Update microzig title: Update microzig
body: ${{ steps.update.outputs.DESCRIPTION }} body: ${{ steps.update.outputs.DESCRIPTION }}
- name: Enable Pull Request Automerge
if: steps.cpr.outputs.pull-request-operation == 'created'
uses: peter-evans/enable-pull-request-automerge@v2
with:
token: ${{ secrets.PR_TOKEN }}
pull-request-number: ${{ steps.cpr.outputs.pull-request-number }}
merge-method: squash

Loading…
Cancel
Save