We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db1b03a commit 255127eCopy full SHA for 255127e
.github/workflows/update-libs.yml
@@ -70,3 +70,11 @@ jobs:
70
git add libs/arduino_app_bricks-${LATEST_RELEASE}-py3-none-any.whl
71
git commit -m "Update bricks whl to ${LATEST_RELEASE}"
72
git push origin update-bricks-${LATEST_RELEASE}
73
+
74
+ - name: Create Pull Request
75
+ if: steps.check-branch.outputs.branch_exists != 'true' && steps.check-update.outputs.update_needed != 'false'
76
+ uses: peter-evans/create-pull-request@v5
77
+ with:
78
+ branch: update-bricks-${{ steps.get-latest-version.outputs.LATEST_RELEASE }}
79
+ title: "Update bricks whl file to ${{ steps.get-latest-version.outputs.LATEST_RELEASE }}"
80
+ body: "This PR updates the Arduino App Bricks wheel file to the latest version ${{ steps.get-latest-version.outputs.LATEST_RELEASE }}."
0 commit comments